repo.or.cz
/
williamcminus.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
finished 19 (not fully tested...)
[williamcminus.git]
/
assign12
/
tester.c--
blob
8c6f8f1c40c58be969bfad30b9aaa0a5518bd716
1
integer sum(integer x, integer y){
2
return x+y;
3
}
4
integer run(){
5
writeln(sum(111,222));
6
return 0;
7
}
8
{
9
integer status;
10
status= run();
11
}