Post Zero
Ok this is the first post, lets see if we can include some math here lol
$$ (1 + 1)^2 = 4 $$
Heading one
I like Bold Text.
$$f(k) = {n \choose k} p^{k} (1-p)^{n-k}$$
\begin{equation} \begin{pmatrix} 1 & x^1_0 & x^2_0 & \cdots & x^{degree}_0 \\ 1 & x^1_1 & x^2_1 & \cdots & x^{degree}_1 \\ \vdots & \vdots & \vdots & \ddots & \vdots \\ 1 & x^1_n & x^2_n & \cdots & x^{degree}_n \\ \end{pmatrix} \end{equation} \begin{equation} \frac{a}{b} \end{equation}
$$ \sqrt[3]{x} $$
$$ x_{a}^{b} = \int_{a}^{b}x dx $$ \begin{equation} \begin{bmatrix} a & b & c \\ c & e & f \\ g & h & i \\ \end{bmatrix} \end{equation}
Try and insert a code block:
print("Hello World");
print("Trying out this awesome markdown thing") ## this is comment
#include<iostream>
using namespace std;
int main()
{ cout<<"First program in cpp"<<endl;
return 0;}