summaryrefslogtreecommitdiff
path: root/xmake/templates/dlang/console/project/src/main.d
blob: 6bea6ec0289ec78ea2a09c8ec9b59ebd650e702b (plain)
1
2
3
4
5
import std.stdio;

void main() {
    writeln("hello world!");
}