nightshade

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

test.mty (90B)



// this is a test program

fx main() ::
	print("Hello from a little program I made.")
end