We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61733e commit 35ce6f0Copy full SHA for 35ce6f0
xcoff/base.c
@@ -0,0 +1,6 @@
1
+#include <stdio.h>
2
+
3
+int main() {
4
+ printf("Hello, world");
5
+ return 0;
6
+}
xcoff/base.xcoff
884 Bytes
0 commit comments