Hindi में Programming का स्वाद - Experience Programming in Hindi
Use familiar Hindi words like 'ye', 'bol', 'agar' for programming
See your code results instantly with our secure interpreter
Built-in security measures prevent malicious code execution
Learn with comprehensive examples covering all language features
bawal suru ye pehla_sankhya = 20; ye dusra_sankhya = 10; ye jod = pehla_sankhya + dusra_sankhya; ye antar = pehla_sankhya - dusra_sankhya; ye gunafal = pehla_sankhya * dusra_sankhya; ye bhag = pehla_sankhya / dusra_sankhya; bol "जोड़: " + jod; bol "अंतर: " + antar; bol "गुणफल: " + gunafal; bol "भाग: " + bhag; bawal khatam
bawal suru ye pehla_naam = "Bawal"; ye antim_naam = "Code"; ye abhivadan = "नमस्ते, "; ye pura_naam = pehla_naam + " " + antim_naam; bol abhivadan + pura_naam + "!"; bol "दोनों नाम मिलाकर: " + (pehla_naam + antim_naam); bawal khatam
⚡Your output will appear here after compilation...
अपने Node.js projects में Bawal Code का उपयोग करें! हमने इसे एक standalone package के रूप में publish किया है।