
Codequest 作者: Frank Mayer
Add code snippets to your WhatsApp messages.
1 位使用者1 位使用者
擴充套件後設資料
畫面擷圖

關於此擴充套件
Use Markdown code bocks:
Or upload your code to https://codequest.frank-mayer.io and share a link to the rendered image.
This Addon will render the code block in the message.
```rust
fn main() {
for x in 1..=100 {
match (x % 3, x % 5) {
(0, 0) => println!("FizzBuzz"),
(0, _) => println!("Fizz"),
(_, 0) => println!("Buzz"),
_ => println!("{}", x),
}
}
}
```
Or upload your code to https://codequest.frank-mayer.io and share a link to the rendered image.
This Addon will render the code block in the message.
由 1 位評論者給出 0 分
權限與資料了解更多
必要權限:
- 存取您在 web.whatsapp.com 的資料
更多資訊