| /home/chloe/ASDV-Java/Semester 2/Assignments/MP5_ChloeFontenot/src/main/java/com/chloefontenot/mp5_chloefontenot/MP5_ChloeFontenot.java |
/* * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license */ package com.chloefontenot.mp5_chloefontenot; /** * * @author chloe */ public class MP5_ChloeFontenot { public static void main(String[] args) { System.out.println("Hello World!"); } }