drop even more libc functions

This commit is contained in:
2025-11-22 18:41:35 +01:00
parent ce54d1b560
commit 06c979f177
8 changed files with 58 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
func main[] : I64
let answer: I64 = math.abs(math.urandom()) % 100
let answer: I64 = math.abs(os.urandom()) % 100
while true
io.println("Guess a number: ")