This website requires JavaScript.
Explore
Help
Sign In
oyvindskaaden
/
TDT4205
Watch
1
Star
0
Fork
You've already forked TDT4205
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
79653a3b84
TDT4205
/
exercises
/
04
/
vslc
/
vsl_programs
/
ps2-parser
/
function_call.vsl
8 lines
86 B
Plaintext
Raw
Blame
History
func add(a, b) begin
return a + b
end
func main()
begin
print add(40, 2)
end
Reference in New Issue
View Git Blame
Copy Permalink