Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaume-gomez/marienbad
https://github.com/guillaume-gomez/marienbad
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/guillaume-gomez/marienbad
- Owner: guillaume-gomez
- Created: 2017-09-30T22:16:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T22:26:31.000Z (about 7 years ago)
- Last Synced: 2024-10-15T04:03:31.465Z (about 1 month ago)
- Language: C
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marienbad
A marienbad coded in C during my freshman year.
language : French
## Compile
```
gcc -c main.c
gcc -o main main.o
```## Run
```
./main
```