Skip to content

Commit

Permalink
Merge pull request #2 from einaskoi/maven-error
Browse files Browse the repository at this point in the history
added main class
  • Loading branch information
einaskoi authored Feb 2, 2026
2 parents e02810b + c5225c7 commit 296531c
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 296531c

Please sign in to comment.