nightshade

The nightshade programming language, compiler and tools (WIP)
Log | Files | Refs | README

commit 1d8d83aea4077910c424fffeafea084cbe44a52c
parent 2eaf7a08ca0ed48a72d361f880476bc657a5d914
Author: citbl <citbl@citbl.org>
Date:   Wed,  1 Jul 2026 17:32:52 +1000

minor

Diffstat:
Mtest.mty | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test.mty b/test.mty @@ -1,5 +1,5 @@ // this is a test program fx main() :: - print("hello") + print("Hello from a little program I made.") end