“Komentar Kotlin” Kode Jawaban

Tutorial Komentar Kotlin

//this is a comment
/*this is a comment*/
/*
this is a comment
*/
Tame Tortoise

Komentar Kotlin

/* This is a multi-line comment.
 * The problem prints "Hello, World!" to the standard output.
 */
fun main(args: Array<String>) {

   println("Hello, World!")
}
SAMER SAEID

Jawaban yang mirip dengan “Komentar Kotlin”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya