CISS-238/dropbox01/Chapter1Example1.java

26 lines
223 B
Java

/**
* Assignment 1
* Course: CISS238
* Student: Scott Steely
* Date: August 26, 2025
*/
class Chapter1Example1
{
public static void main(String[] args)
{
System.out.println("Hello, my name is Scott.");
}
}