Changes between Version 5 and Version 6 of ControlSystems/SoftwareTeam/Training/Git


Ignore:
Timestamp:
Nov 4, 2019, 4:32:47 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/Git

    v5 v6  
    525218. add a new file named "hello.java" by right-clicking under the README.md on the left
    535319. Type in
    54 public class hello{
     54{{{
     55  public class hello{
    5556    public static void main(String args[]) {
    5657        System.out.println("Hello World");
    5758    }
    58 }
     59  }
     60}}}
    596120. Run it to check.
    606221. Press: Ctrl + Shift + P (A search bar will pop up)