Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.util.*;
- class Hello{
- public static void main(String[] args){
- System.out.println("Привет");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement