https://github.com/umaumax/cpp-examples
https://github.com/umaumax/cpp-examples
cpp
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/umaumax/cpp-examples
- Owner: umaumax
- Created: 2018-09-30T04:20:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T13:32:16.000Z (over 2 years ago)
- Last Synced: 2025-06-23T13:49:30.466Z (about 1 year ago)
- Topics: cpp
- Language: Assembly
- Size: 281 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# c++ examples
## setup
```
git submodule update -i
```
## how to build
```
ninja
```