Also, you can use 3 backticks before and after you...
# android
r
Also, you can use 3 backticks before and after your code in slack to get formatting like
Copy code
fun foo() {
   println("Hello world!")
}