sic

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

lex_basics.sic (56B)



// this is a comment

void main() {
	print("hello");
}