@ -1,5 +1,11 @@
#include <stdio.h>
#include <SDL/SDL.h>
int main() {
printf("hello world\n");
int main(int argc, char** argv) {
SDL_Init(SDL_INIT_VIDEO);
SDL_Quit();
return 0;
}
The note is not visible to the blocked user.