Skip to content

Commit

Permalink
complete objective9lab1
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Shumway42 committed Sep 29, 2021
1 parent 4f32031 commit 26cfd56
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Labs/Objective9Lab1.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
public class Objective9Lab1 {
public static void main(String[] args) {
printName();
}

public static void printName() {
System.out.println("Hello Doug");
}
}

0 comments on commit 26cfd56

Please sign in to comment.