“Kotlin kommentiert” Code-Antworten

Kotlin -Kommentar -Tutorial

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

Kotlin kommentiert

/* 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

Ähnliche Antworten wie “Kotlin kommentiert”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen