mirror of https://github.com/TheAlgorithms/C
Update : brief description of header
This commit is contained in:
parent
9f6e1d1a8d
commit
e4f0541744
|
@ -9,7 +9,7 @@
|
|||
* revealed with the respective number of its size. Example: size 3 = 3 3 3 on
|
||||
* the board.
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdio.h> // for Standard Input Output
|
||||
|
||||
/**
|
||||
* Function validEntryLineColumn
|
||||
|
|
Loading…
Reference in New Issue