Tests

Small page where I do tests for the website.

Test link to group example reveal page

include <iostream>

using namespace std; 

int main() {
    cout << "This is some sample code to test styling!" << endl;    
}