6 lines
64 B
D
6 lines
64 B
D
|
|
import std.stdio;
|
||
|
|
|
||
|
|
void main() {
|
||
|
|
writeln("Hello world!");
|
||
|
|
}
|