diff --git a/testprog.cpp b/testprog.cpp index e021ad7..019a7d7 100644 --- a/testprog.cpp +++ b/testprog.cpp @@ -8,5 +8,7 @@ int main() { screen.setVideoMode(640, 480, 32); screen.apply(); + // whee + return 0; }