Advertisement
Guest User

class Saluton

a guest
Nov 28th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class Saluton {
  2. public static void main(String[] arguments) {
  3. String greeting = "Saluton mondo!";
  4. System.out.println(greeting);
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement