Skip to content

Instantly share code, notes, and snippets.

@bradyt
Created January 22, 2019 17:11
Show Gist options
  • Select an option

  • Save bradyt/181abdf75da8183f45349aa53bf0d6f2 to your computer and use it in GitHub Desktop.

Select an option

Save bradyt/181abdf75da8183f45349aa53bf0d6f2 to your computer and use it in GitHub Desktop.
void main() {
var world = 'world';
var a = 'hello ${
world
}';
print(a);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment