go-analyzer/tests/test_var.txt

7 lines
92 B
Plaintext

func main() {
println("Hello world");
}
func add(a int, b int) int {
return a + b
}