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
- Host: GitHub
- URL: https://github.com/potat-dev/javalabs
- Owner: potat-dev
- License: mit
- Created: 2023-01-20T07:51:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T00:47:08.000Z (over 2 years ago)
- Last Synced: 2025-03-28T14:12:08.517Z (about 1 year ago)
- Language: Java
- Size: 1.65 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```