Skip to content

Instantly share code, notes, and snippets.

@esthicodes
Created July 23, 2021 11:37
Show Gist options
  • Save esthicodes/2478610896b1418a4ef1eaa2efd5a964 to your computer and use it in GitHub Desktop.
Save esthicodes/2478610896b1418a4ef1eaa2efd5a964 to your computer and use it in GitHub Desktop.
hello.c
#include <stdio.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