This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass{article} | |
| \title{The mutilated checkerboard} | |
| \author{Adrian De Lon, Peter Koepke, Anton Lorenzen} | |
| \date{2021} | |
| \usepackage[utf8]{inputenc} | |
| \usepackage[english]{babel} | |
| \usepackage{hyperref} | |
| \usepackage{amsthm} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {-# OPTIONS_GHC -Wall #-} | |
| {-# LANGUAGE InstanceSigs #-} | |
| module Russian where | |
| import Data.List as List | |
| import Data.Semigroup | |