Created my blinky proect
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module blinky;
|
||||
import std::io;
|
||||
|
||||
fn int main(String[] args)
|
||||
{
|
||||
io::printn("Hello, World!");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user