Advertisement
morty0505

Untitled

Dec 12th, 2016
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. class Slim {
  2. public static void main(String[] args) {
  3. for(int
  4. i
  5. = 0; i <
  6. 2;
  7. i++)
  8. System.
  9. out.
  10. println(i);
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement