Skip to content

Instantly share code, notes, and snippets.

@ekondis
Created June 26, 2021 09:41
Show Gist options
  • Save ekondis/ae7ebd7c06ebffeb5ecaea6c77ae53f2 to your computer and use it in GitHub Desktop.
Save ekondis/ae7ebd7c06ebffeb5ecaea6c77ae53f2 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment