Code Blocks with Prism
2025-07-01
Juan Manuel Flaherty
CEO & Founder
typescript
const greeting = "Hello, world!";
console.log(greeting);
kotlin
fun main() {
val greeting = "Hello, world!"
println(greeting)
}
[!NOTE] fefwejfo
2025-07-01
typescript
const greeting = "Hello, world!";
console.log(greeting);
kotlin
fun main() {
val greeting = "Hello, world!"
println(greeting)
}
[!NOTE] fefwejfo