Advertisement
veronikaaa86

01. Hello SoftUni

Oct 2nd, 2021
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. package firstSteps;
  2.  
  3. public class P01HelloSoftUni {
  4.  
  5. public static void main(String[] args) {
  6.  
  7. System.out.println("Hello SoftUni");
  8. }
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement