A Javascript site that helps you memorize codes
- Paste your original code into [.code_input] textbox
<textarea id="code" class="code_input">
<!-- CODE INPUT AREA START -->
#include <stdio.h>
void main(){
int a = 1;
}
<!-- CODE INPUT AREA END -->
</textarea>
- Write codes to test and hint for that into const mission on line 83
const mission = {
"int a = 1;", "int a is missing"
}
You can use //
, but you can't use /* */