File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22
33## Welcome to the Programming Team
44
5- - Overview
6- - Resources
5+ - Overview
6+ - Resources
7+ - Team GitHub: [ github.com/frc6506] ( https://github.com/frc6506 )
8+ - Team Docs: [ frc6506.github.io/docs/] ( https://frc6506.github.io/docs/ ) ; [ github.com/frc6506/docs] ( https://github.com/frc6506/docs )
79
810## GitHub Intro I & Prereqs
911
12+ - See team docs
13+ - [ Presentation] ( https://docs.google.com/presentation/d/1C4kl43SWPtGlhXZhZaKj87lJZqm-z4JerMFx0MdTp98/edit )
14+
1015## Comments & Printing
1116
1217## Variables, Datatypes, Opertors
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ public class NotesSolutions {
1414 // Annotation to ignore the "unused" category of annotations, such as unused variables.
1515 @ SuppressWarnings ("unused" )
1616 public static void main (String [] args ) {
17+ /**
18+ * Comments and Print Statements
19+ */
20+
1721 // This prints something and adds a line
1822 System .out .println ("Hello, World!" );
1923
You can’t perform that action at this time.
0 commit comments