日本語のテスト ここは見出し。続きを読むには。

Cのコード

int main() {
  return 0;
}

Kotlinのコード

1 2 3
fun main(args: Array<String>) { println("Hello World") }

ほげ