Hassaan
08/26/2022, 5:24 PMephemient
08/26/2022, 5:27 PMilya.gorbunov
08/26/2022, 6:43 PMWhere does 'Hello World' get store; heap or stack memory in the following code snippet :
fun main() {
println("Hello World")
}
Landry Norris
08/26/2022, 7:04 PMLandry Norris
08/26/2022, 7:04 PMephemient
08/27/2022, 12:56 AM