Skip to content

Instantly share code, notes, and snippets.

@strelok1
Created June 21, 2018 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strelok1/2f5bec37e1423eb8d451df4af2828166 to your computer and use it in GitHub Desktop.
Save strelok1/2f5bec37e1423eb8d451df4af2828166 to your computer and use it in GitHub Desktop.
--- hello.c 2014-10-07 18:17:49.000000000 +0530
+++ hello_new.c 2014-10-07 18:17:54.000000000 +0530
@@ -1,5 +1,6 @@
#include <stdio.h>
-int main() {
+int main(int argc, char *argv[]) {
printf("Hello World\n");
+ return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment