Skip to content

Commit 7564537

Browse files
authored
Update minimal_printf.c
Comment added
1 parent 2b2c47b commit 7564537

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LearningC/Lessons/00_Start/minimal_printf.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/* ©arteknix
2+
this is the version of minimal.c with some more printf
3+
*/
14
#include <stdio.h>
25
int main(void){
36
/*variable declarations and initialisations*/

0 commit comments

Comments
 (0)