From b38ee1943acbcf8fa47a7f8eecc8fd93811a0faf Mon Sep 17 00:00:00 2001 From: Alina Date: Sat, 28 Oct 2023 00:19:25 +0500 Subject: [PATCH 1/4] =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/gradle.xml | 3 ++- .idea/kotlinc.xml | 6 ++++++ .idea/misc.xml | 2 +- .idea/modules.xml | 8 ++++++++ .idea/modules/homework2.main.iml | 8 ++++++++ src/main/kotlin/ru/otus/homework/team/Command.kt | 5 +++++ src/main/kotlin/ru/otus/homework/team/Light.kt | 11 +++++++++++ .../kotlin/ru/otus/homework/team/LightOffCommand.kt | 7 +++++++ .../kotlin/ru/otus/homework/team/LightOnCommand.kt | 7 +++++++ .../kotlin/ru/otus/homework/team/RemoteControl.kt | 7 +++++++ 10 files changed, 62 insertions(+), 2 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/ru/otus/homework/team/Command.kt create mode 100644 src/main/kotlin/ru/otus/homework/team/Light.kt create mode 100644 src/main/kotlin/ru/otus/homework/team/LightOffCommand.kt create mode 100644 src/main/kotlin/ru/otus/homework/team/LightOnCommand.kt create mode 100644 src/main/kotlin/ru/otus/homework/team/RemoteControl.kt diff --git a/.idea/gradle.xml b/.idea/gradle.xml index ba1ec5c..1ace7cf 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,10 +1,11 @@ +