From e86ecba94bd7f1c7fa0f8583d84468293ae936a2 Mon Sep 17 00:00:00 2001 From: thing1 Date: Sun, 22 Jun 2025 19:23:30 +0100 Subject: many things, final commit --- comp/work/60/starter | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 comp/work/60/starter (limited to 'comp/work/60/starter') 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 + + -- cgit v1.2.3