From 1f257ac91ef3813c563203eacb5320b210fc1aa7 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 3 Aug 2024 17:49:54 +0100 Subject: change array representation --- tests/arr1.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/arr1.out') diff --git a/tests/arr1.out b/tests/arr1.out index 3e5e246..4ce34fa 100644 --- a/tests/arr1.out +++ b/tests/arr1.out @@ -1,5 +1,5 @@ -[ ] +[] 0 -[ 10 20 30 ] +[10 20 30] 3 20 -- cgit v1.2.3