Skip to content

Instantly share code, notes, and snippets.

@izersoft
Created December 30, 2018 23:01
Show Gist options
  • Save izersoft/64dd449f75c70f7aad0152bc505bb40a to your computer and use it in GitHub Desktop.
Save izersoft/64dd449f75c70f7aad0152bc505bb40a to your computer and use it in GitHub Desktop.
Sample Code
<pre>
<code>
x = 5;
y = 6;
z = x + y;
</code>
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment