commit 889880169c6441ffc1b0dcd88a92ce6e4853fc63 Author: stupdi Date: Sun Mar 23 20:06:35 2025 -0500 Upload files to "/" diff --git a/config b/config new file mode 100644 index 0000000..c73fd8d --- /dev/null +++ b/config @@ -0,0 +1,15 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true + ignorecase = true + precomposeunicode = true +[submodule] + active = . +[remote "origin"] + url = https://git.cyber.ayyalasomayajula.net/marsultor/comp-sci-ia.git + fetch = +refs/heads/*:refs/remotes/origin/* +[branch "master"] + remote = origin + merge = refs/heads/master diff --git a/lock.lock b/lock.lock new file mode 100644 index 0000000..a2344cd --- /dev/null +++ b/lock.lock @@ -0,0 +1 @@ +¢ \ No newline at end of file diff --git a/my-app-1.0-SNAPSHOT.jar b/my-app-1.0-SNAPSHOT.jar new file mode 100644 index 0000000..98354dc Binary files /dev/null and b/my-app-1.0-SNAPSHOT.jar differ diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..b8b3149 --- /dev/null +++ b/pom.xml @@ -0,0 +1,52 @@ + + 4.0.0 + net.ayyalasomayajula.net + my-app + jar + 1.0-SNAPSHOT + my-app + http://maven.apache.org + + + junit + junit + 3.8.1 + test + + + + org.slf4j + slf4j-api + 2.0.12 + + + + + ch.qos.logback + logback-classic + 1.4.14 + + + + + + + org.codehaus.mojo + exec-maven-plugin + 3.3.0 + + net.ayyalasomayajula.net.App + + + + org.apache.maven.plugins + maven-compiler-plugin + + 16 + 16 + + + + +