RosettaCodeData/Task/Window-creation/D/window-creation-3.d
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

6 lines
78 B
D

import qd;
void main() {
screen(640, 480);
while (true) events();
}