https://github.com/songquanpeng/cpp-template
A template for C++ projects.
https://github.com/songquanpeng/cpp-template
Last synced: 3 months ago
JSON representation
A template for C++ projects.
- Host: GitHub
- URL: https://github.com/songquanpeng/cpp-template
- Owner: songquanpeng
- License: mit
- Created: 2023-04-10T06:50:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T07:30:18.000Z (over 2 years ago)
- Last Synced: 2025-05-07T05:32:24.329Z (5 months ago)
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Template
> A template for C++ projects.## Basic Usages
```shell
./template --i input --o output
```