From 73f396b70745d3c39cffbfb7c8a2f643375b1f56 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 25 Apr 2025 14:43:55 -0400 Subject: Add link to website --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4b761f48..48b34b1e 100644 --- a/README.md +++ b/README.md @@ -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" -- cgit v1.2.3