Discovery LabsIT Consultancy & Staff Augmentation

Code Blocks with Prism

2025-07-01

typescript

const greeting = "Hello, world!";
console.log(greeting);

kotlin

fun main() {
    val greeting = "Hello, world!"
    println(greeting)
}

[!NOTE] fefwejfo