Ohm Language Support (Ω)Official Visual Studio Code extension for the Ohm programming language. Created by OmHackz (Om Sarkar) Features
Example @name = "Om" func greet(n) { print("Hello", n) } greet(@name) Run Use the command: Ohm: Run File or click the Run button in the editor. |