Guest User

Untitled

a guest
Feb 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <process.h>
  4. #include <conio.h>
  5. #include "ASLib.h"
  6.  
  7.  
  8. int main()
  9. {
  10. megalovania();
  11. sansf("it's a beautful day outside. birds are singing, flowers are blooming...");
  12. sansf("on days like this, kids like you...");
  13. sansf("should be burning in hell.");
  14.  
  15. system("PAUSE");
  16.  
  17. return 0;
  18. }
Add Comment
Please, Sign In to add comment