Reset author name to chosen name

This commit is contained in:
2025-10-19 22:02:41 -05:00
parent 168b35c94a
commit 578c33de70
316 changed files with 17381 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
*/
package edu.slcc.asdv.chloe.threads_chloefontenot;
/**
*
* @author chloe
*/
public class Threads_ChloeFontenot {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}