document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #include <SDL2/SDL.h>
  2. #include <stdio.h>
  3.  
  4. int main(int argc, char **argv)
  5. {
  6.     printf("Hello World! SDL2 is Working!\\n");
  7.  
  8.     return 0;
  9. }
');