Picking up D again
This commit is contained in:
5
d/prog-lang-book/src/hello.d
Executable file
5
d/prog-lang-book/src/hello.d
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env rdmd
|
||||
import std.stdio;
|
||||
void main() {
|
||||
writeln("Hello, world!");
|
||||
}
|
Reference in New Issue
Block a user