index
:
algorithms
master
Repository containing different algorithms I've done in different programming languages
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
C
/
README.md
blob: 08e6cde4ff299eafd3104c52f8acb363ab3b1cd7 (
plain
) (
blame
)
1
2
3
4
Building a file:
```bash
gcc -o program.out -lm FILE.c && ./program.out
```