diff options
author | thing 1 <thing1@seacrossedlovers.xyz> | 2025-01-10 17:38:56 +0000 |
---|---|---|
committer | thing 1 <thing1@seacrossedlovers.xyz> | 2025-01-10 17:38:56 +0000 |
commit | e46e08fceff29622399855043554635d6e33c3c4 (patch) | |
tree | b8074819364bd54b54b4798f07002fe234c506ac /test.lk |
init commit
Diffstat (limited to 'test.lk')
-rw-r--r-- | test.lk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +(let a (readint)) +(let b (+ a 2)) +(print b |