A SUPER HOT SITE

ORTECH is a great site where I will be leaving information on all the stuff I learn

Programming Languages


The Lion does not turn when the small dog barks

Outletproblems – Circa 2025

Paragraphs

This is an example paragraph for me to test the font i have added, it looks good

This is an example of preformatted text. The below code example will print out a triangle in C++
C++
#include <iostream>

int main()
{
  for(int i = 0; i < 5; ++i)
  {
    for(int j = 0; j <= i; ++j
    {
      std::cout << "*";
    }
    
    std::cout << "\n";
  }
  
  return 0;
}

Pages: