https://github.com/devlights/ctmp
個人用のC言語メモプログラム置き場
https://github.com/devlights/ctmp
Last synced: about 2 months ago
JSON representation
個人用のC言語メモプログラム置き場
- Host: GitHub
- URL: https://github.com/devlights/ctmp
- Owner: devlights
- License: mit
- Created: 2021-02-15T14:13:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T12:47:32.000Z (about 1 year ago)
- Last Synced: 2025-02-12T08:58:47.063Z (4 months ago)
- Language: Makefile
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ctmp
個人用のC言語メモプログラム置き場[](https://gitpod.io/#https://github.com/devlights/ctmp)
## How to
### Run
```sh
$ task init
$ vim main.c
$ task run
```