This is the page holding my portfolio, dev logs et al.So yeah, Future projects’ documentation will be found over here

keep checking :)

->testing support for code snippets:

#include <iostream>
	int main(){
		std::cout<<"Hello World!"<<std::endl;
		std::cin.get();
		return 0;
	}

Thanx :bowtie: