Skip to content

Commit

Permalink
chore: edit main function comment
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomoaccursi committed Nov 10, 2023
1 parent 087d19c commit 3394bb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/kotlin/App.kt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*
* Copyright (c) 2023. Smart Operating Block
* Copyright (c) 2023. Giacomo Accursi
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
*/

/**
* Template for kotlin projects.
* Main Function.
*/
fun main() {
println("Hello World from Kotlin Template")
println("Hello World")
}

0 comments on commit 3394bb2

Please sign in to comment.