sdl-opengl-bare-d/sdl_opengl_bare.d

8 lines
82 B
D

import std.stdio;
int main(char[][] args)
{
writefln("Hi!");
return 0;
}