Hello world!

Hello!

This is my first post.

I will mainly be using and editing it to test out certain plugins and wordpress features.

For example, this is a block quote.


This is for code?

Latex:
Inline: $e^{i \pi} + 1 = 0$
Centered: $$e^{i \pi} + 1 = 0$$

Quoted:
$$\Gamma(z) = \large\int\limits_{\small0}^{\small\infty} \! t^{z-1} e^{-t} \, \mathrm{d}t, \qquad z \not\in \mathbb{Z}^{-}$$
$$\zeta(z) \Gamma(z) = \large\int\limits_{\small0}^{\small\infty} \! \frac{u^{z-1}}{e^u-1} \, \mathrm{d}u, \qquad Re(z) > 1$$

Code:

/*
PROG: Hello World!
LANG: C++
*/

#include <iostream>
using namespace std;

int main ()
{
	 cout << "Hello World!" << "\n";
	 return 0;
}

show

Emoticons?

😎 😈 😛

Albert Gural

One thought on “Hello world!

Leave a Reply to Mr WordPress Cancel reply

Your email address will not be published. Required fields are marked *