3 lines
119 B
Raku
3 lines
119 B
Raku
die "Terminal can't handle UTF-8"
|
|
unless first(*.defined, %*ENV<LC_ALL LC_CTYPE LANG>) ~~ /:i 'utf-8'/;
|
|
say "△";
|