Changes between Version 5 and Version 6 of ControlSystems/SoftwareTeam/Training/Git
- Timestamp:
- Nov 4, 2019, 4:32:47 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/Git
v5 v6 52 52 18. add a new file named "hello.java" by right-clicking under the README.md on the left 53 53 19. Type in 54 public class hello{ 54 {{{ 55 public class hello{ 55 56 public static void main(String args[]) { 56 57 System.out.println("Hello World"); 57 58 } 58 } 59 } 60 }}} 59 61 20. Run it to check. 60 62 21. Press: Ctrl + Shift + P (A search bar will pop up)