Skip to content

Instantly share code, notes, and snippets.

@lidangzzz
Created June 8, 2020 15:45
Show Gist options
  • Save lidangzzz/30a59389fd1ef9b428e3f01dd9ece9c1 to your computer and use it in GitHub Desktop.
Save lidangzzz/30a59389fd1ef9b428e3f01dd9ece9c1 to your computer and use it in GitHub Desktop.
a fast svm script
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