We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e243a37 commit d311035Copy full SHA for d311035
1 file changed
wasm/hello.c
@@ -14,3 +14,8 @@ size_t get_greeting_length(void)
14
{
15
return sizeof(GREETING) - 1;
16
}
17
+
18
+int main(void)
19
+{
20
+ return 0;
21
+}
0 commit comments