Skip to content

Commit aebc8ea

Browse files
committed
Simplify test file
1 parent a0881e9 commit aebc8ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/test/emsdk/test_install.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <stdio.h>
22

3-
int main( int argc, char ** argv ) {
3+
int main() {
44
printf( "Hello World\n" );
5+
return 0;
56
}

0 commit comments

Comments
 (0)