Skip to content

Commit

Permalink
added main class
Browse files Browse the repository at this point in the history
  • Loading branch information
peretr committed Feb 2, 2026
1 parent e02810b commit c5225c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/edu/ntnu/idi/idatt2003/gruppe42/Millions.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
package edu.ntnu.idi.idatt2003.gruppe42;

public class Millions {
System.out.println("Hello World")
public static void main(String[] args) {
System.out.println("Hello World");
}

}

0 comments on commit c5225c7

Please sign in to comment.