Skip to content

Instantly share code, notes, and snippets.

@nmadd
Forked from antimatter15/ Adding Probes.carbide.md
Last active August 29, 2016 14:53
Show Gist options
  • Save nmadd/c4f9131606e8cdba12f1af8510a75d5c to your computer and use it in GitHub Desktop.
Save nmadd/c4f9131606e8cdba12f1af8510a75d5c to your computer and use it in GitHub Desktop.
Test
function product(a, b, c, d) { ///THis is a test function that uses products to make some different stuff. What happens if this comment is really long?\\
return a * b * c * d;
}
product(1, 2, 3, 5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment