Add hearts
parent
961d89d11b
commit
65cb62e9c6
|
@ -0,0 +1,12 @@
|
||||||
|
import random
|
||||||
|
|
||||||
|
|
||||||
|
let hearts = @[
|
||||||
|
"♥ ❤♥ ♥ ❤♥ ♥❤ ♥",
|
||||||
|
"💟💟💟💟💟💟",
|
||||||
|
"💖💗💕💞💝"❤️,
|
||||||
|
"❤️ 🧡 💛 💚 💙 💜"
|
||||||
|
]
|
||||||
|
|
||||||
|
randomize()
|
||||||
|
echo sample(hearts)
|
Loading…
Reference in New Issue