Skip to content

Instantly share code, notes, and snippets.

@chauhansarthakiitd
Created May 14, 2022 16:50
Show Gist options
  • Select an option

  • Save chauhansarthakiitd/913a589825ead5c57afff88d5bad394c to your computer and use it in GitHub Desktop.

Select an option

Save chauhansarthakiitd/913a589825ead5c57afff88d5bad394c to your computer and use it in GitHub Desktop.
Hello Gist πŸ‘‹
#include <stdio.h>
#include <stdlib.h>
int main(void) {
printf("Hello Gist\n");
return EXIT_SUCCESS;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment