Skip to content

Instantly share code, notes, and snippets.

@raushankrjha
Created September 13, 2019 18:46
Show Gist options
  • Save raushankrjha/d18743057290f5b1cca57fddfacb88ad to your computer and use it in GitHub Desktop.
Save raushankrjha/d18743057290f5b1cca57fddfacb88ad to your computer and use it in GitHub Desktop.
main()
{
var x = 13;
var PI = 3.14;
double z = 12; // Equivalent to double z = 12.0.
print(x+PI+z);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment