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 dbffc5e commit a54f685Copy full SHA for a54f685
a.c
@@ -0,0 +1,10 @@
1
+#include <stdio.h>
2
+
3
+int main(int argc, char *argv[])
4
+{
5
+ int a;
6
7
+ a = 3;
8
9
+ return 0;
10
+}
0 commit comments