This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ------------------------------------------------------------------------------------ | |
// Date Created: Feb. 25, 2014 | |
// Author: Flipcap Team | |
// Task No: 117 | |
// Description: Hello World! Make us a scavenger hunt program. Get 10 stars on GitHub. | |
// ------------------------------------------------------------------------------------ | |
#include <iostream> | |
using namespace std; |