This website requires JavaScript.
Explore
Help
Sign In
serr
/
go-analyzer
Watch
1
Star
0
Fork
You've already forked go-analyzer
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
00e45f0c6a
go-analyzer
/
tests
/
test_math.txt
14 lines
113 B
Plaintext
Raw
Blame
History
func test() {
return a;
}
func main() {
var a int;
a = 2+2*2-(1+10);
a = a + 1;
a = a;
}
Reference in New Issue
View Git Blame
Copy Permalink