Skip to content

Instantly share code, notes, and snippets.

@hsandid
Created February 12, 2018 11:14
Show Gist options
  • Save hsandid/800d02f982788452820b6ca7dde372ca to your computer and use it in GitHub Desktop.
Save hsandid/800d02f982788452820b6ca7dde372ca to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main()
{
cout<<"**********************************************\n";
cout<<" HELLO\n";
cout<<"==============================================\n";
cout<<" I Like Programming :)\n";
cout<<"**********************************************\n";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment