diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2025-08-04 23:12:39 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2025-08-04 23:12:39 +0200 |
commit | 392f0c4be0d4c034a4b161337f8f3c5fbf46358a (patch) | |
tree | 493cef6315b016e8ec7f9be051be7bb904e16add /ternary.hgn | |
parent | 22f24043755ed320eff8a121aa1b80ede3b3a37f (diff) | |
download | huginn-main.tar.gz |
Diffstat (limited to 'ternary.hgn')
-rw-r--r-- | ternary.hgn | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ternary.hgn b/ternary.hgn deleted file mode 100644 index 3740fd8..0000000 --- a/ternary.hgn +++ /dev/null @@ -1,4 +0,0 @@ -main := proc() { - print(if read_int(0) 1 else 2) - if 1 exit(0) -} |