tomo/examples/http-server/sample-site/random.tm

6 lines
81 B
Plaintext
Raw Normal View History

2025-04-01 18:15:17 -07:00
#!/bin/env tomo
use random
func main():
say("Random: $(random:int(1,100))")