From 1a32093344ad049afc7376432b021f5b4cac5871 Mon Sep 17 00:00:00 2001 From: "o.pinke" Date: Sun, 8 Jun 2025 19:21:34 +0200 Subject: [PATCH] first version --- .idea/vcs.xml | 6 +++ .idea/workspace.xml | 28 +++++++++++- go.mod | 3 ++ thousands.go | 102 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 137 insertions(+), 2 deletions(-) create mode 100644 .idea/vcs.xml create mode 100644 go.mod create mode 100644 thousands.go diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index dd390c3..8dbc517 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,13 +4,30 @@