diff options
Diffstat (limited to 'comp/work/60/starter')
-rw-r--r-- | comp/work/60/starter | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/comp/work/60/starter b/comp/work/60/starter new file mode 100644 index 0000000..f83dd6a --- /dev/null +++ b/comp/work/60/starter @@ -0,0 +1,8 @@ +call no | arg | ret +1 | [4,2,5,3] | 52 +2 | [2,5,3] | 24 +3 | [5, 3] | 11 +4 | [3] | 3 +5 | [] | 0 + + |