/android_test

Primary LanguageCMIT LicenseMIT

android_test

sub title

  • No.1
  • No.2

1.第一部分 2.第二部分

int x =0;

fun foo() = "hello kotlin"
fun bar() {
  print(foo())
  }