Skip to content

Instantly share code, notes, and snippets.

@allanmacatingrao
Last active August 29, 2015 13:56
Show Gist options
  • Save allanmacatingrao/9204971 to your computer and use it in GitHub Desktop.
Save allanmacatingrao/9204971 to your computer and use it in GitHub Desktop.
// ------------------------------------------------------------------------------------
// 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;
int main()
{
cout << "-------------------------------------------" << endl;
cout << "Hello World. Hello Scavengers!" << endl;
cout << "freelancer.com, ScavengerHunt2014" << endl;
cout << "-------------------------------------------" << endl;
return 0;
}
@dominjav43
Copy link

awesome!!

@kiddpt
Copy link

kiddpt commented Feb 25, 2014

Ayos ah!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment