From c38e6d42768a3931521e441cdcccdb97c9291ee9 Mon Sep 17 00:00:00 2001 From: "o.pinke" Date: Tue, 10 Jun 2025 15:45:39 +0200 Subject: [PATCH] recode function --- .idea/go-thousands.iml | 4 +++ .idea/workspace.xml | 63 ++++++++++++++++++++++++++++++------------ go.mod | 2 ++ go.sum | 2 ++ thousands.go | 19 ++++++++++--- 5 files changed, 69 insertions(+), 21 deletions(-) create mode 100644 .idea/go-thousands.iml create mode 100644 go.sum diff --git a/.idea/go-thousands.iml b/.idea/go-thousands.iml new file mode 100644 index 0000000..7ee078d --- /dev/null +++ b/.idea/go-thousands.iml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c10e400..b2d0a8d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,7 @@