Codequest 作者: Frank Mayer
Add code snippets to your WhatsApp messages.
您需要 Firefox 来使用此扩展
扩展元数据
屏幕截图
关于此扩展
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.
为您的体验打分
权限详细了解
此附加组件需要:
- 存取您在 web.whatsapp.com 的数据
更多信息
添加到收藏集
Frank Mayer 制作的更多扩展
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分