Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 549 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 549 Bytes

SUAI Java Labs

A repository for learning Java in SUAI university

Useful links

File with tasks for laboratory works: Google Docs
My formatted Lab tasks: TASKS.md

How to compile and run

  1. Clone this repository

    git clone https://github.com/cypotat/Java-Labs.git
    cd Java-Labs/src
  2. Compile the specific lab

    javac labs/sem1/lab1/*.java
  3. Run it!

    java labs.sem1.lab1.Main