Hello, I just run my first Hello World with Kotlin...
# kotlin-native
j
Hello, I just run my first Hello World with Kotlin Native on macos Next I would like to be able to execute a shell command like
git log --oneline
and capture its output and error output. Any idea how I can do that?
e
j
thanks a lot @ephemient!