Advertisement
Gauge1417

Haiku

Jan 7th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. public class Program {
  3.  
  4. public static void main(String[] args) {
  5. // TODO Auto-generated method stub
  6. System.out.println("Yesterday it worked.");
  7. System.out.println("Today it is not working.");
  8. System.out.println("Windows is like that.");
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement