at the University of Tehran, Iran, Department of physics, solid state group. I love Physics, I like coding(java, c, c++)! physics is like guessing(decompiling) the source code of nature by looking at its behaviors!!
public class Universe extends BaseUniverse{
private static final double C = 299792458;
private static final double G = 6.67408E-11;
private static final double H = 6.626070040E-34;
public Universe(){
super();
init_BigBang();
}
.
.
.
}!