Skip to content

Commit

Permalink
11b - java intro
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioBenov committed Oct 14, 2024
1 parent c009100 commit 9e5383e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions materials/2024-2025/11b/2024-10-14-java-intro/Main.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class Main {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}

// Main.main();

0 comments on commit 9e5383e

Please sign in to comment.