From 4f895ab0d071d1b36a167b7ba57ace21cfc64dcf Mon Sep 17 00:00:00 2001 From: landonjwhitlow-dot Date: Mon, 29 Jun 2026 02:52:57 -0500 Subject: [PATCH] Update README for assignment Updated README to reflect changes for assignment. --- README.md | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/README.md b/README.md index 0857e818..cad36714 100644 --- a/README.md +++ b/README.md @@ -1,34 +1 @@ -# Hello world with Java :coffee: - -This is a simple **"Hello world"** done with **Java** programming language. - -## Source code - -This is the source code of the program: - -```java -public class HelloWorld { - public static void main(String[] args) { - System.out.println("Hello world!"); - } -} -``` - -Notice that `System.out.println("Hello world!");` shows the string `"Hello world!"` on the screen. - -## Compile program - -To compile the "Hello World" program, type the following: - -```console -javac HelloWorld.java -``` - -## Excute the program - -To execute the program, type this: - -```console -java HelloWorld -``` - +git commit -m "Update README for assignment"