Skip to content

Instantly share code, notes, and snippets.

@ohmree
Created April 4, 2016 16:06
Show Gist options
  • Save ohmree/9967c0a7898b184a325f7a6177432ce1 to your computer and use it in GitHub Desktop.
Save ohmree/9967c0a7898b184a325f7a6177432ce1 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <stdbool.h>
void bulbul()
{
}
int main()
{
while (true)
{
bulbul();
}
getch();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment