Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@initishbhatt
Created January 22, 2018 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save initishbhatt/4c3f72be4fca43d0296bbdfcfb5b9df8 to your computer and use it in GitHub Desktop.
Save initishbhatt/4c3f72be4fca43d0296bbdfcfb5b9df8 to your computer and use it in GitHub Desktop.
package your.package.name
class Math {
external fun multiply(num1: Int, num2: Int): Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment