diff --git a/Semester 2/Assignments/MP1_CalebFontenot/mp1-s23-1.docx b/Semester 2/Assignments/MP1_CalebFontenot/mp1-s23-1.docx new file mode 100644 index 0000000..0f869b4 Binary files /dev/null and b/Semester 2/Assignments/MP1_CalebFontenot/mp1-s23-1.docx differ diff --git a/Semester 2/Assignments/MP1_CalebFontenot/pom.xml b/Semester 2/Assignments/MP1_CalebFontenot/pom.xml new file mode 100644 index 0000000..a3dc99c --- /dev/null +++ b/Semester 2/Assignments/MP1_CalebFontenot/pom.xml @@ -0,0 +1,14 @@ + + + 4.0.0 + com.calebfontenot + MP1_CalebFontenot + 1.0-SNAPSHOT + jar + + UTF-8 + 17 + 17 + com.calebfontenot.mp1_calebfontenot.MP1_CalebFontenot + + \ No newline at end of file diff --git a/Semester 2/Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/MP1_CalebFontenot.java b/Semester 2/Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/MP1_CalebFontenot.java new file mode 100644 index 0000000..8c0dfb8 --- /dev/null +++ b/Semester 2/Assignments/MP1_CalebFontenot/src/main/java/com/calebfontenot/mp1_calebfontenot/MP1_CalebFontenot.java @@ -0,0 +1,16 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + */ + +package com.calebfontenot.mp1_calebfontenot; + +/** + * + * @author caleb + */ +public class MP1_CalebFontenot { + + public static void main(String[] args) { + System.out.println("Hello World!"); + } +}