Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxy4096/c-projects
Abandon All Hope
https://github.com/foxy4096/c-projects
c
Last synced: 4 days ago
JSON representation
Abandon All Hope
- Host: GitHub
- URL: https://github.com/foxy4096/c-projects
- Owner: foxy4096
- Created: 2024-07-08T14:30:54.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-10-09T14:01:31.000Z (2 months ago)
- Last Synced: 2024-10-31T08:37:23.050Z (about 2 months ago)
- Topics: c
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# c-programming
This repo contains some weird code that I wrote in `C`
The programming language of gods, after `assembly` ofc.
### Warning
Please don't run any code.
My shitty code might make your computer bsod.JK.
:)
**Run Via**
```
cl.exe code_{n}.c && del *.obj# OR
gcc code_{n}.c -o code_{n}.exe
# THEN
code_{n}.exe
```
*Replace `n` with the name of the c file.*I have also made a code runner
Compile the `makeshit.c` via this command
```ps
init.bat
```It will generate a executable named ms.exe
now use this runner like this
```ps
ms.exe {n}
```You can also clear the builds by this command
```ps
ms.exe clear
```