diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..113cf4db --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Tomo - Tomorrow's Language + +Tomo is a programming language designed to anticipate and influence the +language design decisions of the future. + +``` +say("Hello world!") +``` + +Check out the [test/](test/) folder to see some examples. |
