Skip to content

Instantly share code, notes, and snippets.

@qazi0
Last active July 23, 2020 06:10
Show Gist options
  • Save qazi0/4753299bbcd42e199749ad1ea215d69a to your computer and use it in GitHub Desktop.
Save qazi0/4753299bbcd42e199749ad1ea215d69a to your computer and use it in GitHub Desktop.
Hello World in C
#include <stdio.h>
int main()
{
printf(" Hello World! \n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment