From c4b9507cc59d9ca1f7e547a6f5c9928b9cc22005 Mon Sep 17 00:00:00 2001 From: Liviu Date: Wed, 24 Nov 2021 10:44:59 +0100 Subject: [PATCH] modified helloworld; --- .idea/.gitignore | 8 ++++++++ .idea/modules.xml | 8 ++++++++ .idea/readme-code-testing.iml | 9 +++++++++ .idea/vcs.xml | 6 ++++++ src/helloworld.py | 2 +- 5 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/modules.xml create mode 100644 .idea/readme-code-testing.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..48679a3 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/readme-code-testing.iml b/.idea/readme-code-testing.iml new file mode 100644 index 0000000..5e764c4 --- /dev/null +++ b/.idea/readme-code-testing.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file 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/src/helloworld.py b/src/helloworld.py index 822558c..6fadc89 100644 --- a/src/helloworld.py +++ b/src/helloworld.py @@ -1,2 +1,2 @@ def hello(): - return "v1.0.0 world" + return "v1.0.0 aaa world"