org.example -> org.bitbiome
@ -1,3 +1,3 @@
mvn test
mvn compile exec:java -Dexec.mainClass="org.example.Main"
mvn compile exec:java -Dexec.mainClass="org.bitbiome.Main"
@ -4,7 +4,7 @@
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>org.example</groupId>
<groupId>org.bitbiome</groupId>
<artifactId>BitBiome</artifactId>
<version>1.0-SNAPSHOT</version>
@ -1,4 +1,4 @@
package org.example;
package org.bitbiome;
public class Main {
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;