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