Sandbox: Difference between revisions
test code blocks
No edit summary |
(test code blocks) |
||
== Math ==
Disabled for now.
== Code ==
<syntaxhighlight lang="c" line="1">
#include <stdio.h>
int main(void) {
printf("hello, world!\n");
return 0;
}
</syntaxhighlight>
|