initialize hello world
This commit is contained in:
commit
912f51c0e0
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module git.nunosempere.com/NunoSempere/probppl
|
||||
|
||||
go 1.22.0
|
16
probppl.go
Normal file
16
probppl.go
Normal file
|
@ -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…
Reference in New Issue
Block a user