Skip to content

potat-dev/JavaLabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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