https://github.com/wiwichips/cexecute
Run your C source files as executeables
https://github.com/wiwichips/cexecute
Last synced: about 2 months ago
JSON representation
Run your C source files as executeables
- Host: GitHub
- URL: https://github.com/wiwichips/cexecute
- Owner: wiwichips
- Created: 2021-01-29T22:03:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-29T22:17:47.000Z (over 4 years ago)
- Last Synced: 2025-02-14T10:18:50.576Z (3 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cexecute
Run your C source files as executeables.# Instructions
* Copy the contents of the file cexecute.c to the top of the C source file you wish to make executable
* The source file must contain the main entry point to the program# Goals
* To be simple and lightweight
* This project is purely for fun!