Skip to content

Commit

Permalink
feat(5.1): finish unit 5 lesson 1 activities
Browse files Browse the repository at this point in the history
  • Loading branch information
101zh committed Nov 8, 2023
1 parent 581e60f commit 1195b2d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/main/java/Unit5/U5_L1_Activity_One.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package Unit5;

// Have to get rid of package statement

public class U5_L1_Activity_One {

public static void myMethod() {
System.out.println("I'm a void method!");
}

// public static void main(String[] args) {
// myMethod();
// }

}

0 comments on commit 1195b2d

Please sign in to comment.