Reset author name to chosen name ✨
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
/*
|
||||
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||||
* Click nbfs://nbhost/SystemFileSystem/Templates/Project/Maven2/JavaApp/src/main/java/${packagePath}/${mainClassName}.java to edit this template
|
||||
*/
|
||||
package com.chloefontenot.lab1chloefontenot;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author chloe
|
||||
*/
|
||||
public class Lab1ChloeFontenot {
|
||||
|
||||
public static void main(String[] args)
|
||||
{
|
||||
// Create a string named message
|
||||
String message = "Hello World!";
|
||||
// Print our string
|
||||
System.out.println(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user