Qsdcp, c++

Qsdcp is a c++ project of many c++ programs.

Github: https://github.com/fitban/qsdcp

import std;

int main()
{
	std::cout << "Cheers, c++ !" << std::endl;
}

Up: c++ Projects