monkeylang/main.go
2023-09-09 20:54:52 -04:00

8 lines
74 B
Go

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