First Program
Your First Zap Program
Section titled “Your First Zap Program”Create a file called hello.zap:
fun main() { println("Hello, Zap!");}Run your program:
zapc hello.zapCreate a file called hello.zap:
fun main() { println("Hello, Zap!");}Run your program:
zapc hello.zap