More on Imports

This commit is contained in:
Ki Rill 2020-07-30 10:11:15 +06:00
parent c5905fd349
commit f47ac6fd22
3 changed files with 0 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

View File

@ -1,7 +0,0 @@
// ****** aliased imports, public imports ******
import io = std.stdio;
void main() {
io.writeln("hello, world!\n");
}

View File