diff --git a/thirdparty/our/coffeefact/coffeefact.nim b/thirdparty/our/coffeefact.nim similarity index 100% rename from thirdparty/our/coffeefact/coffeefact.nim rename to thirdparty/our/coffeefact.nim diff --git a/thirdparty/our/hearts.nim b/thirdparty/our/hearts.nim new file mode 100644 index 0000000..21159f9 --- /dev/null +++ b/thirdparty/our/hearts.nim @@ -0,0 +1,12 @@ +import random + + +let hearts = @[ + "♥ ❤♥ ♥ ❤♥ ♥❤ ♥", + "💟💟💟💟💟💟", + "💖💗💕💞💝"❤️, + "❤️ 🧡 💛 💚 💙 💜" + ] + +randomize() +echo sample(hearts)