Hello Hexo with Cactus TheChuan1503 2026-01-30 This is a test page123456class Clazz { hello(arg) { console.log('Hello Javascript ' + arg); }}new Clazz().hello(1503); 1234567891011import dev1503.thechuan1503class Clazz (val num: Int = 1503) { fun hello() { println("Hello Kotlin " + num) }}fun main(val args: String[]) { Clazz(1234).hello()} 1234567891011121314import android.util.Logclass Main { class Clazz { public static void hello() { Log.i("Main", "Hello Java"); } } public static int main(String[] args) { new Clazz().hello(); return 0; }} 12print('Hello Godot 4.6')# No highlight adaptation