Sandbox: Difference between revisions
No edit summary |
(test code blocks) |
||
Line 18: | Line 18: | ||
== Math == |
== Math == |
||
Disabled for now. |
Disabled for now. |
||
== Code == |
|||
<syntaxhighlight lang="c" line="1"> |
|||
#include <stdio.h> |
|||
int main(void) { |
|||
printf("hello, world!\n"); |
|||
return 0; |
|||
} |
|||
</syntaxhighlight> |
Revision as of 19:17, 13 December 2023
This is a page for testing out editing --- Jeffrey.
Now I'm trying out editing as an anonymous user. --- who knows?

Testing captcha.
Testing captcha on new.
Another heading
A third heading
A subheading
A sub-subheading
I'm adding several heading to get a table of contents to show up.
Math
Disabled for now.
Code
#include <stdio.h>
int main(void) {
printf("hello, world!\n");
return 0;
}