Skip to content

Instantly share code, notes, and snippets.

@EndLineTech03
Last active November 6, 2020 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EndLineTech03/a030cbf92fd6397a804f88e71fcc947c to your computer and use it in GitHub Desktop.
Save EndLineTech03/a030cbf92fd6397a804f88e71fcc947c to your computer and use it in GitHub Desktop.
This is EndLineTech03
#include <iostream>
#include <string>
#include <unistd.h>
using namespace std;
int main ()
{
string responce;
cout<<"Welcome to my GitHub!!"<<endl;
sleep(3);
cout<<"Are you happy? ";
cin>>responce;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment