From 428f035d9ea21d3e23dc9b96e72d3c7cd6a8c493 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 1 Apr 2025 21:15:17 -0400 Subject: Add http-server example --- examples/http-server/sample-site/random.tm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 examples/http-server/sample-site/random.tm (limited to 'examples/http-server/sample-site/random.tm') diff --git a/examples/http-server/sample-site/random.tm b/examples/http-server/sample-site/random.tm new file mode 100755 index 00000000..7d183ee9 --- /dev/null +++ b/examples/http-server/sample-site/random.tm @@ -0,0 +1,5 @@ +#!/bin/env tomo +use random + +func main(): + say("Random: $(random:int(1,100))") -- cgit v1.2.3