3 lines
77 B
Raku
3 lines
77 B
Raku
|
|
my $str = prompt("Enter a string: ");
|
||
|
|
my $int = prompt("Enter a integer: ");
|