Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
jdk
To clone Trend.Nxt-Core-Java-L1, follow these steps:
git clone https://github.com/2kabhishek/Trend.Nxt-Core-Java-L1
cd Trend.Nxt-Core-Java-L1
Use this for your reference, all code is placed under Assignments
directory, once you have jdk
installed you can compile and run these locally.
cd Assignments/
javac Filename.java # Compile
java Filename # Run
Hit the ⭐ button if you found this useful.