What is Nostr?
dave /
npub1tsg…htk4
2023-02-10 07:56:46
in reply to nevent1q…y9zg

dave on Nostr: #[cfg(test)] mod tests { use super::*; #[test] fn test_common_char_functional() { let ...

#[cfg(test)]
mod tests {
use super::*;

#[test]
fn test_common_char_functional() {
let str1 = "Hello";
let str2 = "World";
let expected_result = "lo";

assert_eq!(expected_result, common_char_functional(str1, str2));
}
}
Author Public Key
npub1tsgw6pncspg4d5u778hk63s3pls70evs4czfsmx0fzap9xwt203qtkhtk4