Skip to content

Instantly share code, notes, and snippets.

@yuvipanda
Last active November 14, 2018 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuvipanda/d54e7102c11ec6cd091bceadaa844209 to your computer and use it in GitHub Desktop.
Save yuvipanda/d54e7102c11ec6cd091bceadaa844209 to your computer and use it in GitHub Desktop.
helloworld.c
#include <stdio.h>
int main() {
printf("Hello world!");
return 0;
}
See on DataHub: https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgist.github.com%2Fd54e7102c11ec6cd091bceadaa844209.git&subPath=hello.c&app=lab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment