Initial commit: Modular Clang C++ Nix environment and problem files

This commit is contained in:
2026-03-14 23:25:02 +08:00
commit f5e7baa1bd
9 changed files with 128 additions and 0 deletions
@@ -0,0 +1,5 @@
class Solution {
public:
string getHappyString(int n, int k) {
}
};
@@ -0,0 +1,5 @@
impl Solution {
pub fn get_happy_string(n: i32, k: i32) -> String {
}
}