Guest User

Untitled

a guest
Jun 22nd, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.34 KB | None | 0 0
  1. public GolanLikesBulbuls()
  2. {
  3.     new file = fopen("GolanGayPorn/GayPornSites/Sites.txt", "r");
  4.     new GayPornSite[124]
  5.    
  6.     while ( fgets(file, GayPornSite, charsmax(GayPornSite) )
  7.     {
  8.         // Every loop GayPornSite will have one line from the file.
  9.         // Means, it will have every loop another gay porn site of golan from the file.
  10.     }
  11.    
  12.     fclose(file)
  13. }
Add Comment
Please, Sign In to add comment