From 091e6b2d2cd564e889ed4d520518bfac04ab80af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=ADle=20Ekaterin=20Liszka?= Date: Sat, 11 Nov 2023 22:33:54 -0800 Subject: [PATCH] README: reformat as Markdown (bleh) --- README.textile => README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename README.textile => README.md (56%) diff --git a/README.textile b/README.md similarity index 56% rename from README.textile rename to README.md index fef63f0..684b405 100644 --- a/README.textile +++ b/README.md @@ -1,12 +1,12 @@ -h1. Candid Words +# Candid Words This is a basic algorithm for generating a list of Wordle candidates based on yellow and green tiles. -h2. Building +## Building -You will need a C++11 compiler, for instance @g++ -std=c++11@. If you want to use a specific word list, save it as a plaintext file at 'words.txt' and run @convert.py@ before compiling the program. +You will need a C++11 compiler, for instance `g++ -std=c++11`. If you want to use a specific word list, save it as a plaintext file at 'words.txt' and run `convert.py` before compiling the program. -h3. Copyright +## Copyright The code is made available under BSD-3-Clause.