Aquiles' Website

Mathematics Equation

This is an example of mathematical beauty as it demonstrates a relationship between natural numbers.

e + 1 = 0

Physics Equation

This is an example of a mass-energy equivalence statement made by Albert Einstein.

E = MC2

Code Sample

This is an example of a Hello World program in C++.

# include <iostream>

using namespace std;

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