1
0
mirror of https://github.com/deavminet/dnetd-ng synced 2024-09-28 13:13:06 +02:00
dnetd/source/app.d

7 lines
89 B
D
Raw Normal View History

2021-12-23 17:12:18 +02:00
import std.stdio;
void main()
{
writeln("Edit source/app.d to start your project.");
}