-
```ts
type FizzBuzz
= {[K in keyof T]: K extends `${number}` ? PrintFizzBuzz : T[K]}
// Number can divided by 3 when sum of all digits can divied by 3
type ProduceOf3
= N extends `0${in…
-
### LeetCode Username
theyur
### Problem Number, Title, and Link
1195. Fizz Buzz Multithreaded https://leetcode.com/problems/fizz-buzz-multithreaded/
### Bug Category
Incorrect test case *(Output…
-
I'm not seeing any fizzbuzz output
and it would be nice to not have empty output lines
-
Dear colleagues,
we have a significant problem with our current company structure.
We developers are still employed and we still do our jobs. But nothing gets released.
Our common goal to mov…
-
Hewwo evewyone!! (≧◡≦)✨
I was wooking at ouw amazing entewpwize FizzBuzz pwoject, and I had the cutest wittwe thought! 🐾 What if wewwwwite evewything in TypeScwipt?? OwO
Benefits of TypeScwipt (…
-
After talking to our QA-department, it turned out that FizzBuzz does does not comply with IEC 61131.
Therefore, I am requesting a rewrite of FizzBuzz in the C-language.
Since our engineers want to u…
-
### What happens?
When joining between two tables with a filter in the join condition that applies only to the left table we see very very poor performance. Without this filter the join is extremel…
-
Very similar to #6980, but this one should run tests (expects) in all roc code blocks that have them.
Example code block:
```roc
app [main] { pf: platform "https://github.com/roc-lang/basic-cli/r…
-
The Roskomnadzor is informing that your project, FizzBuzz Enterprise Edition, will be banned in Russia if you don't add support for Baikal CPUs. You have 3 days to either add support for Baikal CPUs t…
-
## Description
반복문과 조건문으로 fizzbuzz를 구현하겠습니다.
## Tasks
- [x] fizz, buzz
- [x] fizzbuzz
## Reference