A repository for learning Java in SUAI university
File with tasks for laboratory works: Google Docs
My formatted Lab tasks: TASKS.md
-
Clone this repository
git clone https://github.com/cypotat/Java-Labs.git cd Java-Labs/src
-
Compile the specific lab
javac labs/sem1/lab1/*.java
-
Run it!
java labs.sem1.lab1.Main