Initial commit

This commit is contained in:
Louis Hollingworth 2024-08-05 18:22:20 +01:00
commit 70fca57571
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
4 changed files with 673 additions and 0 deletions

7
main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Saluton, mondo")
}