This website requires JavaScript.
Explore
Help
Sign in
jmug
/
CS153
Watch
1
Star
0
Fork
You've already forked CS153
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5795a28e75
CS153
/
hw5
/
hw4programs
/
argassign.oat
9 lines
105 B
Text
Raw
Normal View
History
Unescape
Escape
Update hw5 to a newer version. Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-01-24 21:10:31 -08:00
int foo(int x) {
x = x + 1;
Add all the assignment code. Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-01-24 18:59:28 -08:00
return x;
}
int program (int argc, string[] argv) {
Update hw5 to a newer version. Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-01-24 21:10:31 -08:00
return foo(17);
Add all the assignment code. Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-01-24 18:59:28 -08:00
}
Reference in a new issue
Copy permalink