Created
June 8, 2020 15:45
-
-
Save lidangzzz/30a59389fd1ef9b428e3f01dd9ece9c1 to your computer and use it in GitHub Desktop.
a fast svm script
This file contains 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 demo_add(a, b) | |
{ | |
return a+b; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment