From c5c4c7fb0ec378c7eb4bea3bf8e6f143ec9fb205 Mon Sep 17 00:00:00 2001 From: Andinus Date: Wed, 3 Nov 2021 23:48:05 +0530 Subject: Release v0.1.0 --- README | 5 +++-- README.org | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README b/README index 0bcbdaa..0140ab8 100644 --- a/README +++ b/README @@ -202,5 +202,6 @@ This collection includes: 6.1 v0.1.0 - 2021-11-03 ─────────────────────── - ⁃ Initial implementation. Includes DFS solver in Java, tool to - visualize the solution. + ⁃ Initial implementation: + + • Includes DFS solver in Java and a tool to visualize the solution. diff --git a/README.org b/README.org index 991c5a7..df869f0 100644 --- a/README.org +++ b/README.org @@ -141,5 +141,6 @@ A grid is printed for every iteration. Grids are composed of cells. ** v0.1.0 - 2021-11-03 -+ Initial implementation. Includes DFS solver in Java, tool to visualize - the solution. ++ Initial implementation: + + - Includes DFS solver in Java and a tool to visualize the solution. -- cgit 1.4.1-2-gfad0 ub right'>Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/text_tests.lua
blob: 41fe2df39b5168df1665b998d5fb638d2aeaace0 (plain) (tree)
1
2
3
4
5
6
7
8
9