Skip to content

Instantly share code, notes, and snippets.

@bossxomlut
Created March 27, 2018 03:48
Show Gist options
  • Select an option

  • Save bossxomlut/e72bb81dd9aa26d4e01b4f3d243bee3d to your computer and use it in GitHub Desktop.

Select an option

Save bossxomlut/e72bb81dd9aa26d4e01b4f3d243bee3d to your computer and use it in GitHub Desktop.
#include<stdio.h>
#include<conio.h>
void main()
{
printf("Hello");
_getch();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment