Skip to content

Commit

Permalink
Merge pull request #46 from softwaremill/feat-1
Browse files Browse the repository at this point in the history
feat-1
  • Loading branch information
micsza authored Nov 28, 2023
2 parents 33c0e1c + 1b39f1c commit e76366f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/Main.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
object Main {
def main(args: Array[String]) = println("hello world")
def main(args: Array[String]) = println("hello world!!")
}

0 comments on commit e76366f

Please sign in to comment.