Skip to content

Instantly share code, notes, and snippets.

@sontek
Last active May 26, 2021 17:56
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 sontek/306eb0ade61302ae7adb968dc338a7c7 to your computer and use it in GitHub Desktop.
Save sontek/306eb0ade61302ae7adb968dc338a7c7 to your computer and use it in GitHub Desktop.
Good C code
#include <stdio.h>
int main() {
int year = 2007 ;
printf("Hello World!\n") ;
printf("CSSE 120 changed a lot in %d.\n", year) ;
return 0 ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment