Sandbox: Difference between revisions
No edit summary |
(→Math) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
This is a page for testing out editing --- Jeffrey. |
This is a page for testing out editing --- Jeffrey. |
||
Now I'm trying out editing as an anonymous user. --- who knows? |
|||
[[File:RoboSub 2023 Electrical Problems.jpg|thumb|Soldering]] |
|||
Testing captcha. |
Testing captcha. |
||
Testing captcha on new. |
|||
= Another heading = |
= Another heading = |
||
Line 13: | Line 15: | ||
=== A sub-subheading === |
=== A sub-subheading === |
||
I'm adding several heading to get a table of contents to show up. |
I'm adding several heading to get a table of contents to show up. |
||
== Math == |
|||
<math>\int_0^\infty x dx</math> |
|||
== Code == |
|||
<syntaxhighlight lang="c" line="1"> |
|||
#include <stdio.h> |
|||
int main(void) { |
|||
printf("hello, world!\n"); |
|||
return 0; |
|||
} |
|||
</syntaxhighlight> |
Latest revision as of 18:52, 3 February 2024
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[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;
}