https://github.com/miomit/complexnumber
https://github.com/miomit/complexnumber
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miomit/complexnumber
- Owner: miomit
- License: gpl-3.0
- Created: 2022-12-20T05:06:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T05:16:49.000Z (over 3 years ago)
- Last Synced: 2025-07-26T09:05:30.123Z (11 months ago)
- Language: C++
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComplexNumber
Cборка и запуск для linux
```
git clone https://github.com/yuraMovsesyan/ComplexNumber.git
cd ComplexNumber/
mkdir build-dir
cd build-dir
cmake ..
make
./ComplexNumber
```