- Implement end-to-end test runner for compilation and behavior tests - Add test cases for basic print functionality - Refactor translator to use proper AST generation - Remove redundant programs directory in favor of tests
5 lines
55 B
Go
5 lines
55 B
Go
package main
|
|
|
|
func main() {
|
|
print("Hello, world!\n")
|
|
} |