Advertisement
RashedBQ

fun welcome

Jul 12th, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.11 KB | None | 0 0
  1. fun main(args: Array<String>) {
  2.  
  3.     wel()
  4.     wel()
  5.  
  6. }
  7. fun wel()
  8. {
  9.     println("Welcome to my class")
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement