dotfiles/nvim/test.go
henryEto 7c9e23beb3 ??
2025-08-30 11:33:00 -06:00

8 lines
73 B
Go
Executable File

package main
import "fmt"
func main() {
fmt.Println("Hello world!")
}