Files
2022-12-03 18:29:02 +00:00

8 lines
74 B
Go

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