We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://wasm-c-web.pages.dev/?data=N4IgZglgNgpgdgQwLYxALhABgIwDEDK+AzNgEqYCs2AmttgFIBsACgIICiAihQOIUAc1XADoAxiAA0IUQHsAJqgwBiCHFFQArgoAEAHgDOAFzkQZwgBYA+ADoAna3DsPVh7QjlyAFC7cTtPgCMASm1gJzhtfzhXUW0AXjdtAGptAIBucMiAeiztWxhDDVsI0Qz7OABfcPCfJARVTxCw8siAB1sXME9rEABSOWsHHr93L2w-ACYgoLKHKvKQCqA
https://paiza.io/projects/cr3_6_cEXTo_ahgfKLJUNA
#include <stdio.h> int add(int a, int b) { int c = a + b; // return c; } int main() { printf("%d\n", add(1, 2)); }
expected(e.g.)
92546920
acctual
0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://wasm-c-web.pages.dev/?data=N4IgZglgNgpgdgQwLYxALhABgIwDEDK+AzNgEqYCs2AmttgFIBsACgIICiAihQOIUAc1XADoAxiAA0IUQHsAJqgwBiCHFFQArgoAEAHgDOAFzkQZwgBYA+ADoAna3DsPVh7QjlyAFC7cTtPgCMASm1gJzhtfzhXUW0AXjdtAGptAIBucMiAeiztWxhDDVsI0Qz7OABfcPCfJARVTxCw8siAB1sXME9rEABSOWsHHr93L2w-ACYgoLKHKvKQCqA
https://paiza.io/projects/cr3_6_cEXTo_ahgfKLJUNA
expected(e.g.)
acctual
The text was updated successfully, but these errors were encountered: