Skip to content

Commit ead16e4

Browse files
committed
Update HelloJava file
1 parent 5b81150 commit ead16e4

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1+
/*****************************************************************************
2+
* PROJECT: Java-101 Comprehensive Programming Course
3+
* MODULE: Introduction to Java Fundamentals
4+
* LESSON: 1.1 - Hello World Implementation
5+
*
6+
* AUTHOR: Dr. Saad Laouadi, Ph.D.
7+
* CREATED: March 2025
8+
*
9+
* Copyright © 2025 Dr. Saad Laouadi. All Rights Reserved.
10+
* See LICENSE file for complete terms.
11+
*****************************************************************************/
12+
113
public class HelloWorld {
214

315
public static void main(String[] args) {
416
System.out.println("Hello world!!!");
517
}
6-
}
18+
}

0 commit comments

Comments
 (0)