aboutsummaryrefslogtreecommitdiff
path: root/projects/11/systemsub.txt
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-01-15 12:12:48 +0100
committerYuchen Pei <me@ypei.me>2018-01-15 12:12:48 +0100
commitac0b05010df8f676fd12240073e5417ae865a686 (patch)
tree27142d694c29bdbfef51064b6f72c4bb463dadf9 /projects/11/systemsub.txt
parent09c40f135cb3f69599457a5b278d29bcb38fa6ef (diff)
checkpoint
- all but pong works - pong: exception in rectangle drawing
Diffstat (limited to 'projects/11/systemsub.txt')
-rw-r--r--projects/11/systemsub.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/11/systemsub.txt b/projects/11/systemsub.txt
index 16c9552..cad8797 100644
--- a/projects/11/systemsub.txt
+++ b/projects/11/systemsub.txt
@@ -1,4 +1,5 @@
class Math{
+function int abs(int x, int y){}
function int multiply(int x, int y){}
function int divide(int x, int y){}
function int min(int x, int y){}