diff options
author | Runxi Yu <me@runxiyu.org> | 2025-01-05 18:46:28 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-01-05 18:46:28 +0800 |
commit | 990db9b0d2e6f0b05446ab45d9a11c1fe93574b2 (patch) | |
tree | 356f8be3914cb289ba6ef904d4d0c12aae0fe363 /tau1.scm | |
parent | Add LICENSE (diff) | |
download | tau1-990db9b0d2e6f0b05446ab45d9a11c1fe93574b2.tar.gz tau1-990db9b0d2e6f0b05446ab45d9a11c1fe93574b2.tar.zst tau1-990db9b0d2e6f0b05446ab45d9a11c1fe93574b2.zip |
Scheme stub
Diffstat (limited to 'tau1.scm')
-rw-r--r-- | tau1.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tau1.scm b/tau1.scm new file mode 100644 index 0000000..94c5a7d --- /dev/null +++ b/tau1.scm @@ -0,0 +1 @@ +(display (read)) |