test
Markdown
Table
| Tables | Are | Cool |
|---|---|---|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
Syntax Highlighting
A main() function example is as follows.
#include <stdio.h>
int main() {
printf("Hello World!\n");
return 0;
}
Mathematics
To solve a quadratic equation $Ax^2 + Bx + C = 0$,
.