Files
boot-dev-pokedex/main.go
2025-03-10 21:29:14 +02:00

10 lines
76 B
Go

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