RosettaCodeData/Task/Window-creation/D/window-creation-3.d

7 lines
78 B
D

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