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