diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-25 14:43:55 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-25 14:43:55 -0400 |
| commit | 73f396b70745d3c39cffbfb7c8a2f643375b1f56 (patch) | |
| tree | 9310fcea75295ed9eb2cc1042c7adaff1cd055aa /README.md | |
| parent | ebb16b60364ca97adb082490cea9a03061afb340 (diff) | |
Add link to website
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Tomo is a statically typed, safe, simple, lightweight, efficient programming language that cross-compiles to C. Tomo is designed to anticipate and influence the language design decisions of the future. +Please visit [tomo.bruce-hill.com](https://tomo.bruce-hill.com) for full +documentation. + ``` func greeting(name:Text, add_exclamation:Bool -> Text) message := "hello $name" |
