mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 02:54:21 +00:00
⚙️ Raw string syntax
Co-authored-by: Stefano Pigozzi <me@steffo.eu>
This commit is contained in:
parent
af66ff66c0
commit
c040b8abfd
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const ANSWERS: [&str; 60] = [
|
|||
"❔ Dunno.",
|
||||
"❔ Perché lo chiedi a me?",
|
||||
"❔ Ah, non lo so io!",
|
||||
r"❔ ¯\_(ツ)_/¯",
|
||||
r#"❔ ¯\_(ツ)_/¯"#,
|
||||
"❔ No idea.",
|
||||
"❔ Dunno.",
|
||||
"❔ Boooooh!",
|
||||
|
|
Loading…
Reference in a new issue