-
-
I want to work on this issue. Please assign this to me. @mridden
-
https://bitbucket.org/iopq/fizzbuzz-in-rust/src/6d739f4781c90be95ac47e067562471b0c52f9f8/src/lib.rs?at=error&fileviewer=file-view-default
After I try to use the tool.rs implementation of `second` I g…
-
Hello! @shivaylamba I want to add FizzBuzz program of Java in your repo. Please assign it to me.
-
The hidden FizzBuzz example utilizes `else when` statements, but they're not documented anywhere in the spec. As a result, ChatGPT assumed the wrong semantics for them, deciding that an `else when` wa…
-
Currently when I add a symlink inside my Nextcloud folder it doesn't sync because "Symbolic links are not supported in syncing".
I am trying to use Nextcloud as a home for my data, to have it synced…
-
```ts
type Fizzbuzz =
I['length'] extends T
? I
: T1['length'] extends 2
? T2['length'] extends 4
? Fizzbuzz
: Fizzbuzz
: T2['length'] extends 4
? Fizzbuzz
: Fizzbuzz
```
-
```ts
type FizzBuzzOne<
C extends number,
C3 extends number,
C5 extends number,
_FB = `${C3 extends 3 ? 'Fizz' : ''}${C5 extends 5 ? 'Buzz' : ''}`
> = _FB extends '' ? `…
-
-
## Description
fizzbuzz를 for, if 구문으로 구현하겠습니다.
## Tasks
- [x] fizz
- [x] buzz
- [x] fizzbuzz
## References
- https://en.wikipedia.org/wiki/Fizz_buzz