Take the normal distribution. Get rid of the negative side (density=0). Double the positives to normalize it.
Alternatively, if we have some normally distributed $X$ (which gives us the normal distribution), we can get this distribution from $|X|$.
Looks like this.
What is the mean for this distribution?
The desired answer is $$\frac 2 {\sqrt{2\pi}}\int_0^\infty x e^{-x^2/2}\,dx = \frac 2 {\sqrt{2\pi}} \int_0^\infty e^{-t}\,dt = \frac 2 {\sqrt{2\pi}},$$ with the change of variable $t = x^2/2$ so $dt = x\,dx$.