cpp boilerplate

Solutions on MaxInterview for cpp boilerplate by the best coders in the world

showing results for - "cpp boilerplate"
Jessy
18 Oct 2017
1#include<iostream>
2using namespace std;
3
4int main()
5{
6	// Code here
7	return 0;
8}