diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework3/Leckie/PushTest.java b/assignments/src/MV3500Cohort2021JulySeptember/homework3/Leckie/PushTest.java new file mode 100644 index 0000000000000000000000000000000000000000..f833e7c85fb8ff37c28b3fa1b00ca6c13c2fa39e --- /dev/null +++ b/assignments/src/MV3500Cohort2021JulySeptember/homework3/Leckie/PushTest.java @@ -0,0 +1,19 @@ + +package MV3500Cohort2021JulySeptember.homework3.Leckie; + +/** + * + * @author User + */ + + +public class PushTest { + + /** + * @param args the command line arguments + */ + public static void main(String[] args) { + // TODO code application logic here + } + +}