6 lines
89 B
Rust
6 lines
89 B
Rust
impl Solution {
|
|
pub fn get_happy_string(n: i32, k: i32) -> String {
|
|
|
|
}
|
|
}
|