Created
April 11, 2018 14:44
-
-
Save sajjadyousefnia/c23da7480fe22fb5671572a8af11e171 to your computer and use it in GitHub Desktop.
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
import com.chikekotlin.projectx.saySomething | |
import com.chikekotlin.projecty.saySomething as projectYSaySomething | |
fun main(args: Array<String>) { | |
projectYSaySomething() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment