if you want output, โถrun
//1996 => My job started as a developer ๐ฅ๏ธ(DOS, Windows 95, Turbo C 2.01, Visual C++ 5.0, etc)
//now => devlope with ๐ฑ(Android, iOT, Flutter, etc)
fun main (args : Array<String>){
val desc = listOf("My job is Software Developer",
"and",
"hobby is [Game, Drawing, Writing]")
desc.map{msg -> println(msg)}
}


