Skip to content

Instantly share code, notes, and snippets.

@tinarskii
Created January 24, 2022 13:54
Show Gist options
  • Save tinarskii/ea10f095e9ab0c7dde8a5ecc6f13853b to your computer and use it in GitHub Desktop.
Save tinarskii/ea10f095e9ab0c7dde8a5ecc6f13853b 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