Sandbox: Difference between revisions

151 bytes added ,  13 December 2023
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>
Anonymous user