Advertisement
danganhvan1999

ex.scala

Dec 27th, 2023 (edited)
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.12 KB | None | 0 0
  1. package com.av.scala
  2.  
  3. object Program {
  4.   def main(args: Array[String]): Unit = {
  5.     println("hello world")
  6.   }
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement