Code Snippet Example
Last edited byJerryTheBee10/27/2025
If you want to add a new snippet to the page, simply make a code snippet using markdown!
Make code blocks using 3 `
```
// Wow look at this code
int a = 1;
int b = 1;
if (a + b == 11) {
LOG("Success");
} else {
LOG("Failure");
}
```
becomes
// Wow look at this code
int a = 1;
int b = 1;
if (a + b == 11) {
LOG("Success");
} else {
LOG("Failure");
}
Was this article helpful?
Your feedback helps us improve our documentation
Contributors: