From ed50c5fefb8892ad2ba5262491669f268ddbd436 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 1 Sep 2025 16:44:58 -0400 Subject: Overhaul code to stop keeping examples and libraries in the same repo, but instead spin each out into its own repo. --- examples/http-server/sample-site/random.tm | 17 ----------------- 1 file changed, 17 deletions(-) delete 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 deleted file mode 100755 index 153ac2af..00000000 --- a/examples/http-server/sample-site/random.tm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/env tomo -use random - -func main() - say(" - - - - Random Number - - - -

Random Number

- Your random number is: $(random.int(1,100)) - - - ") -- cgit v1.2.3