Advertisement
mehedi2022

A recipe for your favourite dish.

Sep 8th, 2022 (edited)
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.26 KB | None | 0 0
  1. // cooking recipe for beef steak
  2. val s = "Beef steak recipe :"
  3. val s1 = "Wash and soak the beef."
  4. val s2 = " Add salt and peeper."
  5. val s3 = " Place the beef in oven, set temparature and time."
  6. val s4 = " Take out from oven & serve"
  7. println(s)
  8. println(s1+s2+s3+s4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement