after 4 hours of fucking around i finally got git to work ffs

This commit is contained in:
lever1209 2021-11-29 12:29:33 -04:00
commit c95e1fccab
4 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,11 @@
package pkg.deepCurse.nopalmo.core;
public class Boot {
public static void main(String[] args) {
System.out.println("ech");
}
}