Sandbox

Revision as of 19:17, 13 December 2023 by 129.2.192.152 (talk) (test code blocks)

This is a page for testing out editing --- Jeffrey.

Now I'm trying out editing as an anonymous user. --- who knows?

Soldering

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;
}