An open API service indexing awesome lists of open source software.

https://github.com/potat-dev/javalabs

Java Labs at the SUAI University
https://github.com/potat-dev/javalabs

Last synced: about 1 year ago
JSON representation

Java Labs at the SUAI University

Awesome Lists containing this project

README

          

# `SUAI` Java Labs

A repository for learning Java in SUAI university

## Useful links

File with tasks for laboratory works: [Google Docs](https://docs.google.com/document/d/1TUxcZclZ6zkdXw5X98irdYX5vn2FBd_-oBdZ2_1vPT0)
My formatted Lab tasks: [TASKS.md](TASKS.md)

## How to compile and run

1. Clone this repository
```bash
git clone https://github.com/cypotat/Java-Labs.git
cd Java-Labs/src
```
2. Compile the specific lab

```bash
javac labs/sem1/lab1/*.java
```

3. Run it!
```bash
java labs.sem1.lab1.Main
```