https://github.com/devlights/try-c
This is my TUTORIAL project for C
https://github.com/devlights/try-c
c clion cmake jetbrains tutorial
Last synced: 18 days ago
JSON representation
This is my TUTORIAL project for C
- Host: GitHub
- URL: https://github.com/devlights/try-c
- Owner: devlights
- License: mit
- Created: 2017-02-16T04:08:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T13:16:44.000Z (12 months ago)
- Last Synced: 2025-02-16T14:37:37.900Z (12 months ago)
- Topics: c, clion, cmake, jetbrains, tutorial
- Language: Makefile
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# try-c
This is my TUTORIAL project for C.
## Requirements
- gcc or clang
- [task](https://taskfile.dev/#/)
## Run
1. Go to the directory of the sample you want to run.
2. run task
### Example
```sh
$ task
```
### Makefile template
- https://gist.github.com/devlights/16a96258d3859b9d25876a536d07d4dd