Files
hamster-tycoon/main.go
2019-08-01 00:34:57 +02:00

8 lines
64 B
Go

package main
import "fmt"
func main() {
fmt.Print("hello")
}