Advertisement
k1w1z0r

hello_world

Jun 19th, 2024
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.14 KB | None | 0 0
  1. object HelloWorld {
  2.   // Prints "Hello, World!" to the console
  3.   def main(args: Array[String]): Unit = {
  4.     println("Hello, World!")
  5.   }
  6. }
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement