Y
Hacker News
new
|
ask
|
show
|
jobs
by
geekodour
683 days ago
last line unclear ⬛ an example would be great!
2 comments
ok_computer
683 days ago
I read that as the puppy emoji escapes itself as two characters print a single character, similar to \ in python strings using \\ to print \
link
TylerE
683 days ago
Think backlashes in shell. \$ is just $, \\$ is literal ‘\$’
link