I usually just type `psvm` in a random place in ko...
# random
o
I usually just type
psvm
in a random place in kotlin project, and test it there. You need a project that builds, though 🙂
m
git stash
to the rescue for those who keep code in red state 😉
I just had a thought someone might not be using VCS...
😱 1
d
what is psvm?
s
i think it is a shortcut to
Copy code
fun main()
typing
Copy code
main
also works
o
Yep, psvm is *p*ublic *s*tatic *v*oid *m*ain, editor template for a
main
function