Skip to content

Instantly share code, notes, and snippets.

@mbjelac
Created February 26, 2019 07:53
Show Gist options
  • Select an option

  • Save mbjelac/ba207ae876c25d9ec73e4ae62edfa083 to your computer and use it in GitHub Desktop.

Select an option

Save mbjelac/ba207ae876c25d9ec73e4ae62edfa083 to your computer and use it in GitHub Desktop.
comment type: extraction TODO
function launch() {
// calculate trajectory
x = 6;
y = 7;
traj = x * y;
// use traj...
}
@mbjelac

mbjelac commented Mar 1, 2019

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment