I'm about to pitch my startup in front of investors, but I've actually dropped the idea and am no longer working on it. I'm scared about how to answer if they ask about the progress I've made so far. 🥲
Here's what happened: I applied to pitch my st
Recently I participated Eureka iit Bombay competition got selected and pitched in Zonal round . Waiting for result. But I Need investors . How to get it.
4 replies2 likes
Afzal Khan
Belive in yourself • 7m
#Free pavel durov.
Telegram CEO is in court of France what will be the result
Question: What is the output of the following Kotlin code snippet?
fun main() {
val list = mutableListOf(1, 2, 3, 4, 5)
val result = list.fold(5) { acc, num -> acc * num }
println(result)
}