updated readme with some progress
This commit is contained in:
parent
748973e713
commit
faf738cc2b
@ -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 class HelloWorld{
|
||||||
public static void main(String[] args){
|
public static void main(String[] args){
|
||||||
System.out.print("hello world");
|
System.out.print("hello world!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
10
README.md
10
README.md
@ -1,3 +1,13 @@
|
|||||||
# bottom-tier-java
|
# 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…
Reference in New Issue
Block a user