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 0bb0b61 commit 0744ac9Copy full SHA for 0744ac9
src/pkg/debug/macho/testdata/hello.c
@@ -1,3 +1,6 @@
1
-main() {
2
- printf("hello, world");
+#include <stdio.h>
+
3
+main()
4
+{
5
+ printf("hello, world\n");
6
}
0 commit comments