updated readme with some progress

This commit is contained in:
vala 2019-09-16 13:31:19 +02:00
parent 748973e713
commit faf738cc2b
2 changed files with 17 additions and 2 deletions

View File

@ -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!");
}
}

View File

@ -1,3 +1,13 @@
# bottom-tier-java
my shitty java code, from absolute basics to basics
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?