From 020ba172bd35061e82ccc754b10aafc3705afb9a Mon Sep 17 00:00:00 2001 From: ahmad Date: Sun, 27 Apr 2025 21:42:19 +0300 Subject: [PATCH] add file log dummy data without typing test to test the CI --- src/main/kotlin/Dummy.kt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/kotlin/Dummy.kt diff --git a/src/main/kotlin/Dummy.kt b/src/main/kotlin/Dummy.kt new file mode 100644 index 0000000..be439db --- /dev/null +++ b/src/main/kotlin/Dummy.kt @@ -0,0 +1,6 @@ +package com.berlin + +fun logDummyString() { + println("bla bla bla") + println("bla bla bla") +} \ No newline at end of file