Skip to content

Instantly share code, notes, and snippets.

@Kkan9ma
Created June 22, 2019 13:23
Show Gist options
  • Save Kkan9ma/386d9e2ae7292ccd972e89d0886757b3 to your computer and use it in GitHub Desktop.
Save Kkan9ma/386d9e2ae7292ccd972e89d0886757b3 to your computer and use it in GitHub Desktop.
c hello world
#include <stdio.h>
int main void()
{
printf("Hello World!\n")
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment