Team Medial
include some features like
- Message editing
- Closing the DM
- message deleting within 20-25min
1 replies4 likes
Mohit yadav
BE SILENT • 9d
ACC TO you importance of ALONENESS ....
0 replies3 likes
Startup
Hi everyone • 6m
Anyone here who have there expertise in "FLY ASH ACC BRICK" i was planning to invest and build Acc brick factory and i do have some doubt, If anyone here with the experience of acc factory please let me know.
2 replies
WROGN REACTS
Hey I am on Medial • 2m
Hello Everyone
Mujhe ek app bana hai earning ka jisme kafi accha features ho jisme log sirf ek ya do din ke liye kaam Naa kare Balki permanently side income ke liye use kare
kya koi meri APP banane mein help kar sakta hai and usme kya features hon
See More
8 replies1 like
Yasir Alam
Android Developer • 1y
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)
}