Advertisement
rvinter

Untitled

Oct 28th, 2022
1,610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.26 KB | None | 0 0
  1.        
  2.         private const val RIN_OCH_KA = "lovely-girl"
  3.         private const val PRIMOGEMS = "a-lot-of-primogems"
  4.  
  5.         fun newRinochka(){
  6.             print(RIN_OCH_KA)
  7.         }
  8.        
  9.         fun giveRinochkaPrimogems(){
  10.            
  11.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement