also kinda seems weird to me that you can have mul...
# announcements
a
also kinda seems weird to me that you can have multiple
main
functions in different files but not the same actual function name
🤔 1
g
Not the same actual function name?
a
let's say you have
fun abc()
you can't have this function in two different files in the same package
g
Huh, yeah, you right