From 7a90ea7711317a80b3d99a68dc40cad0fb2809c2 Mon Sep 17 00:00:00 2001 From: elioat Date: Tue, 11 Oct 2022 23:06:11 -0400 Subject: * --- uxntal/exit.rom | Bin 0 -> 28 bytes uxntal/exit.tal | 6 ------ 2 files changed, 6 deletions(-) create mode 100644 uxntal/exit.rom diff --git a/uxntal/exit.rom b/uxntal/exit.rom new file mode 100644 index 0000000..861f3b5 Binary files /dev/null and b/uxntal/exit.rom differ diff --git a/uxntal/exit.tal b/uxntal/exit.tal index 4e26dd7..143deff 100644 --- a/uxntal/exit.tal +++ b/uxntal/exit.tal @@ -4,9 +4,6 @@ |0100 ( -> ) - ( set vector ) - ;on-console .Console/vector DEO2 - ( print hello ) ;hello-txt @@ -20,8 +17,5 @@ BRK -@on-console ( -> ) - -BRK @hello-txt "Hello 20 "Uxn! $1 -- cgit 1.4.1-2-gfad0 4a9459d068769e230fb5a'>this commit My solutions for Exercism exercisesAndinus <andinus@nand.sh>
summary refs log tree commit diff stats
path: root/c/gigasecond/README.md
blob: c64549420b79eebf158ae64bf9339e1bec991f50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44