ncui/example/source/app.d

8 lines
77 B
D

import ncui;
import std.stdio : writeln;
void main()
{
writeln("test");
}