peopleprobs/probppl.go

17 lines
158 B
Go
Raw Normal View History

2024-02-25 13:35:47 +00:00
package main
import "fmt"
/*
import "math"
import "sync"
import rand "math/rand/v2"
type src = *rand.Rand
*/
func main() {
fmt.Println("Hello world")
}