From 0e8a67bc3a0bcc460d4c4fb0117eb1a79bf69485 Mon Sep 17 00:00:00 2001 From: Ilya Vlasov Date: Tue, 7 Nov 2023 17:23:43 +0400 Subject: [PATCH] fix: add a package name --- MovingCode/CohesionAndCoupling/Quiz/src/Main.kt | 2 ++ MovingCode/CohesionAndCoupling/Theory/src/Main.kt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/MovingCode/CohesionAndCoupling/Quiz/src/Main.kt b/MovingCode/CohesionAndCoupling/Quiz/src/Main.kt index 2d5aa02..0083746 100644 --- a/MovingCode/CohesionAndCoupling/Quiz/src/Main.kt +++ b/MovingCode/CohesionAndCoupling/Quiz/src/Main.kt @@ -1,3 +1,5 @@ +package jetbrains.refactoring.course.moving + fun main() { // Write your solution here } diff --git a/MovingCode/CohesionAndCoupling/Theory/src/Main.kt b/MovingCode/CohesionAndCoupling/Theory/src/Main.kt index 2d5aa02..0083746 100644 --- a/MovingCode/CohesionAndCoupling/Theory/src/Main.kt +++ b/MovingCode/CohesionAndCoupling/Theory/src/Main.kt @@ -1,3 +1,5 @@ +package jetbrains.refactoring.course.moving + fun main() { // Write your solution here }