cmake-d/tests/app_1/app_1.d

8 lines
78 B
D
Raw Normal View History

/*
Barebones app, depends on nothing.
*/
int main()
{
return 0;
}