Skip to content

Changed capitalization and added test file #5

Merged
merged 1 commit into from
Jan 30, 2026
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .idea/copilot.data.migration.ask.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/java/edu/ntnu/idi/idatt2003/G40/Mappe/Main.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package edu.ntnu.idi.idatt2003.G40.mappe;
package edu.ntnu.idi.idatt2003.g40.mappe;

//TIP To <b>Run</b> code, press <shortcut actionId="Run"/> or
// click the <icon src="AllIcons.Actions.Execute"/> icon in the gutter.
Expand Down
2 changes: 2 additions & 0 deletions src/test/java/MainTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
public class MainTest {
}