Created
April 28, 2018 19:53
-
-
Save sajjadyousefnia/fe73708e5ce39f0980db752fbcb0a37a 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