From 30c7eea06ecdb0df14b161a7aa70869dbc0b9b76 Mon Sep 17 00:00:00 2001 From: Mawuli Azameti <60759789+ikmazameti@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:00:38 +0000 Subject: [PATCH] operators and expression --- Kotlin Crash Course 1.iml => Kotlin Crash Course.iml | 0 README.md | 3 --- 2 files changed, 3 deletions(-) rename Kotlin Crash Course 1.iml => Kotlin Crash Course.iml (100%) delete mode 100644 README.md diff --git a/Kotlin Crash Course 1.iml b/Kotlin Crash Course.iml similarity index 100% rename from Kotlin Crash Course 1.iml rename to Kotlin Crash Course.iml diff --git a/README.md b/README.md deleted file mode 100644 index 3a3552d..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# kotlin-crash-course - -Course files for the Kotlin Crash Course tutorial series on Mawuli Azameti YouTube channel.