This website requires JavaScript.
Explore
Discord Server
Help
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
2025-01-22 14:28:57 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2a27cf7c46
Branches
Tags
No results found.
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 16:59:18 +09:00
fun
main
(
)
{
Fix kotlin good file indentation
2020-11-06 17:39:25 +01:00
val
n
=
"
World
"
val
v
=
"
Hello,
$n
!
"
Add kotlin support to super-linter
2020-06-21 16:59:18 +09:00
Fix kotlin good file indentation
2020-11-06 17:39:25 +01:00
println
(
v
)
Add kotlin support to super-linter
2020-06-21 16:59:18 +09:00
}
Reference in a new issue
Copy permalink