Skip to content

Instantly share code, notes, and snippets.

@aryamanarora
Created September 1, 2016 12:32
Show Gist options
  • Save aryamanarora/ae6adccd059bc82330b97919e5ee40de to your computer and use it in GitHub Desktop.
Save aryamanarora/ae6adccd059bc82330b97919e5ee40de to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <cs50.h>
int main(void)
{
printf("hello, world\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment