- Gaussian integral
\int \mathrm{d} x e^{-x^2} = \sqrt{ \pi}
- Equation:
a^2+b^2=c^2
Run the command as
./runme
Note nice Equation :eq:`eq:test`
#include <stdio.h>
int main()
{
printf("Hello, World!");
return 0;
}
\int \mathrm{d} x e^{-x^2} = \sqrt{ \pi}
a^2+b^2=c^2
Run the command as
./runme
Note nice Equation :eq:`eq:test`
#include <stdio.h>
int main()
{
printf("Hello, World!");
return 0;
}