I am an amateur programmer who likes to write code in Java, JavaScript, and PHP mostly (with a little bit of Python). My largest project is a 3D open-world game that, so far, has procedural land generation, player perspective and movement. This project has not been made available to the public yet as it is not nearly finished.
I use this site mainly for my own self-centered interests, but when I mature programatically I hope I can help others.
void A() {
B();
}
void B() {
C();
}
void C() {
return 0; // wait, what?
}