Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. package basis_syntax_oplossingen.basis_syntax_oplossingen;
  2.  
  3. public class roll_eyes {
  4.     public static void main(String[] args) {
  5.         for (int rollEyes = 8; rollEyes = 8;)
  6.             System.out.println(rollEyes);
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement