Skip to content

Instantly share code, notes, and snippets.

module(guessing-game.main)
import(std.prelude)
import(std.world)
import(std.maybe)
import(std.buffer)
external(libc-rand -> rand [+World -- +World CInt])
external(random-seed -> random_seed [+World -- +World],
"#include <stdlib.h>"
"#include <time.h>"