-- hello.ail (simplified version that works today)
print("Hello, AILANG!")
Jass-MacBook-Air:ailang $ ailang --version
AILANG v0.0.3
The AI-First Programming Language
Copyright (c) 2025 12h28m
Jass-MacBook-Air:ailang $ ailang repl
AILANG v0.0.3 - 2025-09-27
Type :help for help, :quit to exit
Use ↑/↓ arrows to navigate history
λ> print("Hello, AILANG!")
Type error: undefined variable: print at <repl>:1:1