Advertisement
krot

HelloWorld

Dec 6th, 2017
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. import java.util.*;
  2.  
  3. class Hello{
  4.     public static void main(String[] args){
  5.         System.out.println("Привет");
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement