You are on page 1of 1

//

//
//
//
//
//
//

main.cpp
PairExample
Created by Dimas Albuquerque Mendes on 31/03/16.
Copyright 2016 Dimas Albuquerque Mendes. All rights reserved.

#include <iostream>
#include "Pair.h"
using namespace std;
int main(int argc, const char * argv[]) {
// insert code here...
std::cout << "Hello, World!\n";
return 0;
}

You might also like