bhcli

A TUI for chatting on LE PHP Chats (onion)
git clone https://git.dasho.dev/n0tr1v/bhcli.git
Log | Files | Refs | README

commit 9d29587ce3a546ae335d09dd26db7a2233f23617
parent b4d035616a2bf147d9e81a18bd8323ebbd3c0c7c
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu, 30 Mar 2023 02:45:45 -0700

add doc

Diffstat:
Msrc/lechatphp/mod.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/lechatphp/mod.rs b/src/lechatphp/mod.rs @@ -131,6 +131,7 @@ fn _solve_difficulty1(img: &DynamicImage) -> Option<String> { Some(answer) } +// This function can solve both difficulty 1 and 2. fn solve_difficulty2(img: &DynamicImage) -> Option<String> { let nb_chars = 5; let left_padding = 5;