Skip to content

Instantly share code, notes, and snippets.

@sumjha
Created December 19, 2022 05:16
Show Gist options
  • Save sumjha/0c8312f27b9eb8abccd1208f6effdd84 to your computer and use it in GitHub Desktop.
Save sumjha/0c8312f27b9eb8abccd1208f6effdd84 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main() {
printf ("Hello World!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment