This website requires JavaScript.
Explore
Discord Server
Help
Register
Sign in
actions
/
superlint
Watch
1
Star
0
Fork
You've already forked superlint
0
mirror of
https://github.com/super-linter/super-linter.git
synced
2024-11-07 09:45:46 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
594be7e0b2
superlint
/
.automation
/
test
/
kotlin
/
kotlint_good_1.kt
7 lines
70 B
Kotlin
Raw
Normal View
History
Unescape
Escape
Add kotlin support to super-linter
2020-06-21 03:59:18 -04:00
fun
main
(
)
{
Fix kotlin good file indentation
2020-11-06 11:39:25 -05:00
val
n
=
"
World
"
val
v
=
"
Hello,
$n
!
"
Add kotlin support to super-linter
2020-06-21 03:59:18 -04:00
Fix kotlin good file indentation
2020-11-06 11:39:25 -05:00
println
(
v
)
Add kotlin support to super-linter
2020-06-21 03:59:18 -04:00
}
Reference in a new issue
Copy permalink