pull/6/head
Andreas Gysin 2022-04-03 14:39:19 +02:00
rodzic 6661273a80
commit 32aef550e9
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -13,5 +13,8 @@ export const settings = {
}
export function main() {
// Also try: ╩ ╦ or ▄ ░
// or any combination from
// https://play.ertdfgcvb.xyz/abc.html#font:characterset
return Math.random() < 0.5 ? '' : '╲'
}