From 66983b07835d700667f95ae98bba640e581c5c35 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Fri, 10 Nov 2023 23:37:34 +0100 Subject: [PATCH] updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45a7bd6..677f7b9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ _as in why not???_ actually: -`System.out.println("Hello World")` would be a major achievement. It's nowhere near that level... +`System.out.println("Hello World")` would be a major achievement. It's slowly getting there... **so far** * starts a main class (TODO cmdline args) @@ -17,6 +17,7 @@ actually: * check visibility * IO * garbage collection +* make code nicer, better **Ultimate goal** * Hello world domination