Skip to content

Build 155 release

Latest
Compare
Choose a tag to compare
@zeankundev zeankundev released this 01 Jul 13:59
· 4 commits to main since this release
1207e74

What's new?

📌 In Build 155 (1st July 2021 5:32 PM GMT +7)

✔️ Newer start screen

✔️ Greeting text at start page according to date and time set on PC.

✔️ Build version at start page. You can now contact the developer or report any error that requires your build version.

💬 Feedbacks are welcome by filling this Google Form here.

How to use and modify?

  1. First, type the following code to your Command Prompt or Git Bash
git clone https://github.com/zeankundev/ThinkJava/

Or you may go to this release and download the source code depending on your OS. ZIP is recommended.
To get the latest version of the code, run this in your terminal.

git pull
  1. Direct it to your project folder
cd ThinkJava
  1. Open the .sln or .csproj file of ThinkJava or you can do the following in your terminal
dotnet run --project ThinkJava
  1. Enjoy our demos or make some Java projects.