diff --git a/docs/WASI-tutorial.md b/docs/WASI-tutorial.md index 6f572e695e..3cbc2cfd5b 100644 --- a/docs/WASI-tutorial.md +++ b/docs/WASI-tutorial.md @@ -29,8 +29,7 @@ any knowledge of WASI, WebAssembly, or sandboxing. #include #include -int -main(int argc, char **argv) { +int main(int argc, char **argv) { int n, m; char buf[BUFSIZ];