From 513a9c2adc9e6e4f84853dc19e756ba615cf0e7e Mon Sep 17 00:00:00 2001 From: kimsuktae Date: Thu, 6 Feb 2025 22:34:45 +0900 Subject: [PATCH] =?UTF-8?q?Ironman=20class=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ironman.kt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Ironman.kt diff --git a/Ironman.kt b/Ironman.kt new file mode 100644 index 0000000..1284fdf --- /dev/null +++ b/Ironman.kt @@ -0,0 +1,5 @@ +class Ironman { + fun speak() { + println("I'm Ironman.") + } +}