From faf738cc2bda875b602a9b861f128b4619324a73 Mon Sep 17 00:00:00 2001 From: vala Date: Mon, 16 Sep 2019 13:31:19 +0200 Subject: [PATCH] updated readme with some progress --- HelloWorld.java | 7 ++++++- README.md | 12 +++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/HelloWorld.java b/HelloWorld.java index 9f4100d..0a1cf78 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -1,5 +1,10 @@ +/** hello world + * by vala, because everyone should start somewhere + * copy as you like, it wont be any good + */ + public class HelloWorld{ public static void main(String[] args){ - System.out.print("hello world"); + System.out.print("hello world!"); } } diff --git a/README.md b/README.md index 90cdd27..a366e3a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # bottom-tier-java -my shitty java code, from absolute basics to basics \ No newline at end of file +my shitty java code, from absolute basics to basics + +# progress (with date completed) +* ~~hello world~~ 2019-09-14 +* first real program +* _something something_ a window application with standard buttons (minimize, maximise and close) +* anything really, i have no clue here + +# contact +report issues here, and dont expect me to know what to do about them. +capiche?