Advertisement
Guest User

Odpowiedz 1, Crafted.pl

a guest
Jan 9th, 2022
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. // Online Java Compiler
  2. // Use this editor to write, compile and run your Java code online
  3.  
  4. class HelloWorld {
  5.     public static void main(String[] args) {
  6.         int wynik = 2 + 2;
  7.        
  8.         System.out.println(wynik);
  9.        
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement