updating DIRECTORY.md

This commit is contained in:
github-actions 2021-02-15 06:47:11 +00:00
parent 9f6e1d1a8d
commit 397872ba96
1 changed files with 1 additions and 0 deletions

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