From cab447ace8dae7a5783a303c2de3667d43aaa85c Mon Sep 17 00:00:00 2001 From: Ksiana Date: Thu, 2 Nov 2023 18:05:37 +0900 Subject: [PATCH] patterns --- .idea/compiler.xml | 2 +- .idea/gradle.xml | 3 +- .idea/kotlinc.xml | 6 ++++ .idea/misc.xml | 3 +- .idea/modules.xml | 8 +++++ .idea/modules/homework2.main.iml | 8 +++++ src/main/kotlin/Builder.kt | 48 ++++++++++++++++++++++++++ src/main/kotlin/Command.kt | 56 ++++++++++++++++++++++++++++++ src/main/kotlin/Decorator.kt | 58 ++++++++++++++++++++++++++++++++ src/main/kotlin/Singleton.kt | 11 ++++++ 10 files changed, 199 insertions(+), 4 deletions(-) create mode 100644 .idea/kotlinc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/modules/homework2.main.iml create mode 100644 src/main/kotlin/Builder.kt create mode 100644 src/main/kotlin/Command.kt create mode 100644 src/main/kotlin/Decorator.kt create mode 100644 src/main/kotlin/Singleton.kt diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8..659bf43 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index ba1ec5c..d78b52d 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,10 +1,11 @@ +