commit 1b4d32fefb4e1c740e9f887e4ddefe08c323b573
parent dd5571dd1801393b5d3741da694aadea5028f36d
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date: Fri, 1 Dec 2023 21:01:42 -0800
Just the tiniest bit of actual code
Taken from <https://compudanzas.net/uxn_tutorial_day_1.html>
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1 @@
+*.rom
diff --git a/hello.tal b/hello.tal
@@ -0,0 +1,2 @@
+( hello.tal )
+|0100 LIT 68 LIT 18 DEO
+\ No newline at end of file