Skip to content

Instantly share code, notes, and snippets.

@mbjelac
Created February 26, 2019 07:53
Show Gist options
  • Save mbjelac/ba207ae876c25d9ec73e4ae62edfa083 to your computer and use it in GitHub Desktop.
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
Copy link
Author

mbjelac commented Mar 1, 2019

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