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/map.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/map.out') diff --git a/tests/map.out b/tests/map.out index 41f7fac..08f183e 100644 --- a/tests/map.out +++ b/tests/map.out @@ -1,2 +1,2 @@ -[ 10 20 30 40 50 60 70 80 90 ] -[ 1 4 9 16 25 36 49 64 81 ] +[10 20 30 40 50 60 70 80 90] +[1 4 9 16 25 36 49 64 81] -- cgit v1.2.3