Codequest 제작자: Frank Mayer
Add code snippets to your WhatsApp messages.
사용자 2명사용자 2명
확장 메타 데이터
스크린샷
정보
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.
0명이 0점으로 평가함
권한 및 데이터
추가 정보
- 부가 기능 링크
- 버전
- 1.0
- 크기
- 48.61 KB
- 마지막 업데이트
- 3년 전 (2023년 4월 24일)
- 라이선스
- All Rights Reserved
- 버전 목록
- 모음집에 추가