From fcb1c44afaba38cb13516ac4333e69c554d49df7 Mon Sep 17 00:00:00 2001 From: Ashish Madhup <119279720+madhupashish@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:04:28 +0530 Subject: [PATCH] Create Ashish.kt --- Scripts/Ashish.kt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Scripts/Ashish.kt diff --git a/Scripts/Ashish.kt b/Scripts/Ashish.kt new file mode 100644 index 00000000..e958760f --- /dev/null +++ b/Scripts/Ashish.kt @@ -0,0 +1,3 @@ +fun main() { + println("Hello, Hacktoberfest 2023!") +}