# Install NullScript CLI
npm install -g nullscript
# Create your first program
echo 'speak.say("Hello, NullScript! 🎭");' > hello.ns
# Run it
nsc run hello.ns
NullScript is a playful programming language that replaces JavaScript keywords with fun alternatives:
function
→run
const
→fixed
console.log
→speak.say
if
→whatever
true
→yes
false
→no
Ready to add some attitude to your JavaScript? 🚀