Skip to content

Commit b5d19fb

Browse files
authored
Merge pull request #3 from BobSaidHi/updatelastminute
update
2 parents 6cdac6d + 5ac4b65 commit b5d19fb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
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

src/solutions/NotesSolutions.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)