secret-santa/main.go
2024-11-14 06:42:17 +01:00

7 lines
73 B
Go

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