Skip to content
Snippets Groups Projects
Commit b0909a89 authored by Kjetil Karstensen Indrehus's avatar Kjetil Karstensen Indrehus
Browse files

First commit

parent 8d292052
No related branches found
No related tags found
No related merge requests found
.idea
target
CardGame.iml
\ No newline at end of file
pom.xml 0 → 100644
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>no.ntnu</groupId>
<artifactId>CardGame</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
</project>
\ No newline at end of file
public class Main {
public static void main(String[] args) {
System.out.println("Test");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment