Welcome to mirror list, hosted at ThFree Co, Russian Federation.

kotlin-fun « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a60280256abd6d1e97ed4859a4b5580080e2987 (plain)
1
2
3
4
5
fun RIGHT(){
	//a comment
	//b comment
    return ChangeMe()
}