Skip to content

Instantly share code, notes, and snippets.

@rahiyansafz
Created August 11, 2021 14:31
Show Gist options
  • Save rahiyansafz/654c8332e292e232ccb0d742a0e7deef to your computer and use it in GitHub Desktop.
Save rahiyansafz/654c8332e292e232ccb0d742a0e7deef 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