Skip to content

Instantly share code, notes, and snippets.

@gistlyn
Last active August 12, 2020 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save gistlyn/f57b06f975f53ba920985b2853cfa876 to your computer and use it in GitHub Desktop.
Save gistlyn/f57b06f975f53ba920985b2853cfa876 to your computer and use it in GitHub Desktop.
Hello World!
//Variables in top scope can be inspected in preview inspector
var name = "World";
var greeting = $"Hello, {name}!";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment