We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0881e9 commit aebc8eaCopy full SHA for aebc8ea
deps/test/emsdk/test_install.c
@@ -1,5 +1,6 @@
1
#include <stdio.h>
2
3
-int main( int argc, char ** argv ) {
+int main() {
4
printf( "Hello World\n" );
5
+ return 0;
6
}
0 commit comments