We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2c47b commit 7564537Copy full SHA for 7564537
LearningC/Lessons/00_Start/minimal_printf.c
@@ -1,3 +1,6 @@
1
+/* ©arteknix
2
+this is the version of minimal.c with some more printf
3
+*/
4
#include <stdio.h>
5
int main(void){
6
/*variable declarations and initialisations*/
0 commit comments