Skip to content

Instantly share code, notes, and snippets.

@smanjrekar80
Forked from Dynalon/helloworld.c
Created March 14, 2020 15:22
Show Gist options
  • Select an option

  • Save smanjrekar80/a9af136a47877629f790836c17749126 to your computer and use it in GitHub Desktop.

Select an option

Save smanjrekar80/a9af136a47877629f790836c17749126 to your computer and use it in GitHub Desktop.
#include <stdio.h>
void main(int argc, char[] argv) {
printf("hello, world!\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment