mirror of https://github.com/TheAlgorithms/C
feat: reviewer commit
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
c3142724fb
commit
02845fabcc
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
// include header files
|
||||
#include <stdio.h>
|
||||
#include <stdio.h> /// for printf() and scanf()
|
||||
|
||||
// globally declared structure
|
||||
struct Stack
|
||||
|
|
Loading…
Reference in New Issue