DEV Community

Discussion on: It's my birthday!

Collapse
 
sneme profile image
Marvel B'ringa • Edited

proc happyBirthday(newAge : int, vision : string) : string =
var newAge = readline(stdin).toInt
var vision = readline(stdin)

echo("Enjoy your day, while time remains. Celebrate the hope today brings. Reach for the bright side, long promised. Bask in the joy, this plus one brings!")

Summer_Rizzo.happyBirthday(newAge, vision)
😇