Pinned Loading
-
scrabble_score.go
scrabble_score.go 1package main
23import (
4"fmt"
5"strings"
-
Excel.Lambda
Excel.Lambda 1IFBLANK = LAMBDA(value, value_if_blank,
2IF(
3ISBLANK(value),
4value_if_blank,
5value
-
FizzBuzz in Rust
FizzBuzz in Rust 1#[derive(Debug)]
2enum Words {
3Fizz = 3,
4Buzz = 5,
5}
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.