Advertisement
Guest User

Untitled

a guest
Jul 11th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. //Beznadzieja
  2. public class Main {
  3.     public static void main(String[] args) { System.out.println("Hello World!");}
  4. }
  5.  
  6. //Perfeto
  7. public class Main {
  8.  
  9.     public static void main(String[] args) {
  10.         System.out.println("Hello World!");
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement