Sandbox

From R@M Wiki

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[edit | edit source]

A third heading[edit | edit source]

A subheading[edit | edit source]

A sub-subheading[edit | edit source]

I'm adding several heading to get a table of contents to show up.

Math[edit | edit source]

[math]\displaystyle{ \int_0^\infty x dx }[/math]

Code[edit | edit source]

#include <stdio.h>

int main(void) {
    printf("hello, world!\n");
    return 0;
}