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