Browse Source

updated readme with some progress

remotes/origin/master
vala 4 years ago
parent
commit
faf738cc2b
2 changed files with 17 additions and 2 deletions
  1. +6
    -1
      HelloWorld.java
  2. +11
    -1
      README.md

+ 6
- 1
HelloWorld.java 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!");
}
}

+ 11
- 1
README.md 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?

Loading…
Cancel
Save