From 3b33b1a6601c9b896b8898033d5aa7a10eb443dc Mon Sep 17 00:00:00 2001 From: itycodes Date: Sun, 20 Apr 2025 08:17:03 +0200 Subject: [PATCH] Basic README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6288e04 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +Commented chapter-by-chapter tutorial for Java, with JavaFX. +The tutorial does _not_ go over everything in detail, and includes +technical details. I hope that it is unique and interesting and teaches +something new to any reading it. It should not be the only resource, though, +and a lot of searching and doc reading will be necessary. + +# Chapters +## Chapter 1 +Simple hello world, plus Gradle basics. +