Skip to content

Instantly share code, notes, and snippets.

@lpil
Created July 7, 2016 12:56
Show Gist options
  • Select an option

  • Save lpil/01faece78a27b8c1a084cd660bf14f0c to your computer and use it in GitHub Desktop.

Select an option

Save lpil/01faece78a27b8c1a084cd660bf14f0c to your computer and use it in GitHub Desktop.
print(
"hello"
)
print([
1,
2,
])
vs
print(
"hello"
);
print([
1,
2,
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment