Added second hello world
This commit is contained in:
Executable
BIN
Binary file not shown.
@@ -0,0 +1,10 @@
|
|||||||
|
module hello;
|
||||||
|
|
||||||
|
import std::io;
|
||||||
|
|
||||||
|
fn int main(String[] args)
|
||||||
|
{
|
||||||
|
io::printn("Hello, World!");
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user