diff --git a/.gitignore b/.gitignore index e0292b1..957757d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.o *.a +testprog 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; }