diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-06-22 19:23:30 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-06-22 19:23:30 +0100 |
commit | e86ecba94bd7f1c7fa0f8583d84468293ae936a2 (patch) | |
tree | 6ac636391283befc1c641130d95c8ca8ab84c881 /comp/work/60/starter | |
parent | 10d3793dd58f5c85e9a1be331afc3a08922c0f38 (diff) |
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 + + |