Merge github.com:CarlosZoft/C

This commit is contained in:
Carlos 2021-02-18 03:03:41 -03:00
commit 99c5cec156

View File

@ -114,6 +114,7 @@
* [Word Count](https://github.com/TheAlgorithms/C/blob/master/exercism/word_count/word_count.h)
## Games
* [Naval Battle](https://github.com/TheAlgorithms/C/blob/master/games/naval_battle.c)
* [Tic Tac Toe](https://github.com/TheAlgorithms/C/blob/master/games/tic_tac_toe.c)
## Geometry