diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..4f224ab --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1723277726305 + + + + \ No newline at end of file diff --git a/June.java b/src/June.java similarity index 100% rename from June.java rename to src/June.java diff --git a/Scotty.java b/src/Scotty.java similarity index 98% rename from Scotty.java rename to src/Scotty.java index 6dcf6fd..0b7987a 100644 --- a/Scotty.java +++ b/src/Scotty.java @@ -2,8 +2,6 @@ import java.io.File; import java.io.InputStream; import java.util.ArrayList; import java.util.List; -import java.util.zip.Deflater; -import java.io.RandomAccessFile; public class Scotty { public enum CompressionFormats { diff --git a/standalone.java b/src/standalone.java similarity index 100% rename from standalone.java rename to src/standalone.java diff --git a/vitality4j.iml b/vitality4j.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/vitality4j.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file