https://github.com/mrexplode/prog1
source codes for the Prog1 course
https://github.com/mrexplode/prog1
Last synced: 4 months ago
JSON representation
source codes for the Prog1 course
- Host: GitHub
- URL: https://github.com/mrexplode/prog1
- Owner: MrExplode
- License: gpl-3.0
- Created: 2022-02-15T19:58:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T13:19:20.000Z (over 3 years ago)
- Last Synced: 2025-02-06T23:31:22.454Z (about 1 year ago)
- Language: C++
- Size: 7.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prog1
Source codes for `high level programming 1` course.
Don't for get to check out the (literally) [Hungarian version](https://github.com/MrExplode/Prog1/tree/hulang) of the code.
### Compiling
You can compile every drill using the `src/compileAll.sh` script.
Assuming you already installed MSYS2. Tutorial [here](https://www.msys2.org/) (EN) and [here](https://github.com/MrExplode/Prog1-template/blob/master/docs/msys2.md) (HU)