boron/main.go
2024-11-19 07:20:29 -05:00

7 lines
74 B
Go

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