initialize hello world

master
NunoSempere 3 months ago
commit 912f51c0e0

@ -0,0 +1,3 @@
module git.nunosempere.com/NunoSempere/probppl
go 1.22.0

@ -0,0 +1,2 @@
dev:
go run probppl.go

@ -0,0 +1,16 @@
package main
import "fmt"
/*
import "math"
import "sync"
import rand "math/rand/v2"
type src = *rand.Rand
*/
func main() {
fmt.Println("Hello world")
}
Loading…
Cancel
Save