Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guillaume-gomez/anagram


https://github.com/guillaume-gomez/anagram

Last synced: 2 days ago
JSON representation

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
```