| # | Problem | Solution |
|---|---|---|
| 1 | Bitwise Add |
bitwise_add.rs |
| 2 | Bitwise Subtract |
bitwise_subtract.rs |
| 3 | Bitwise Multiply |
bitwise_multiply.rs |
| 4 | Bitwise Divide |
bitwise_divide.rs |
| # | Problem | Solution |
|---|---|---|
| 1 | Move the Coins |
moving_the_coins.rs |
rustc $file -o sol && ./sol >std.out 2>std.err && bat --language=log std.out std.err && rm -f sol std.out std.err Happy Coding! 🦀