Skip to content

Instantly share code, notes, and snippets.

@shivaganesht
Last active December 26, 2025 06:51
Show Gist options
  • Select an option

  • Save shivaganesht/421d04174e6baa2230997ae8c1e4034c to your computer and use it in GitHub Desktop.

Select an option

Save shivaganesht/421d04174e6baa2230997ae8c1e4034c to your computer and use it in GitHub Desktop.
Test
#include <stdio.h>
void main()
{
printf("Hello World!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment