This Gist was automatically created by Carbide, a free online programming environment.
Forked from antimatter15/ Adding Probes.carbide.md
Last active
August 29, 2016 14:53
-
-
Save nmadd/c4f9131606e8cdba12f1af8510a75d5c to your computer and use it in GitHub Desktop.
Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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