#include <stdio.h>
// this is a comment
int main() {
printf("Hello World!\n")
printf("WASI Compiler Check: SUCCESS\n");
return 0;
}
Status:
No engine