JavaLabs

Java Labs at the SUAI University

MIT License

Stars
10
Committers
2

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
    
Related Projects