Skip to content

Instantly share code, notes, and snippets.

@gansai
Created October 18, 2014 14:00
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 gansai/eb5de9f7d1601a3e02fe to your computer and use it in GitHub Desktop.
Save gansai/eb5de9f7d1601a3e02fe to your computer and use it in GitHub Desktop.
time pass code
#include<stdlib.h>
int main()
{
printf("Hi and Bye");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment