SotirovG

HelloSoftUni_01

Oct 28th, 2020 (edited)
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. package FirstStepsInCodingLab;
  2.  
  3. import java.util.Scanner;
  4.  
  5. public class HelloSoftUni_01 {
  6.     public static void main(String[] args) {
  7.         Scanner scanner = new Scanner(System.in);
  8.         System.out.println("Hello SoftUni");
  9.     }
  10. }
  11.  
Add Comment
Please, Sign In to add comment