Skip to content

Instantly share code, notes, and snippets.

package main
import (
"fmt"
"sort"
"strings"
)
type Shape struct {
grid [][]bool
import string
import requests
letters = 'lairodm'
must_have = 'm'
length = 4
raw = requests.get(
'https://raw.githubusercontent.com/dwyl/english-words/master/words_alpha.txt').text.split('\n')