Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created November 30, 2017 19:10
Show Gist options
  • Save alexcheng1982/2cf86e30a7fb05eba68823ff268e97ab to your computer and use it in GitHub Desktop.
Save alexcheng1982/2cf86e30a7fb05eba68823ff268e97ab to your computer and use it in GitHub Desktop.
package calculator
actual fun log(msg: String) = console.log(msg)
fun main(args: Array<String>) {
Calculator.add(1, 2)
Calculator.subtract(1, 2)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment