Files
flappy/main.go
2026-01-05 12:47:44 +00:00

8 lines
73 B
Go

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