1 #include <SDL2/SDL.h> 2 3 int main(int argc, char *argv[]){ 4 5 printf("Hello World!\n"); 6 7 return 0; 8 } I enter the above source code into the file ...
確定! 回上一頁