iirc/source/app.d
reemo 95b65475cd
test 2
reemo instead of alleclcllclcllccl
2024-11-20 20:26:35 -06:00

8 lines
123 B
D

import std.stdio;
void main(string[] args) {
writeln("Hello World!");
writeln("Press enter...");
readln();
}