Skip to content

Instantly share code, notes, and snippets.

@sauloh
Created October 14, 2017 12:37
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 sauloh/686a01eb2c1bcca581bd4d57bd52480d to your computer and use it in GitHub Desktop.
Save sauloh/686a01eb2c1bcca581bd4d57bd52480d to your computer and use it in GitHub Desktop.
/* My multiple
line comments
goes here
*/
int a; // Declare variable 'a' as INT
a = 10; // attribute value 10 to the variable 'a'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment