# HG changeset patch # User Steve Losh # Date 1579486549 18000 # Node ID 66a37cbc9558b46afdd2cccf408843db43a94ef1 # Parent 0a686cdc339008cad4c8c884a692f9b979cc2286 Update diff -r 0a686cdc3390 -r 66a37cbc9558 README.markdown --- a/README.markdown Sun Jan 19 20:41:57 2020 -0500 +++ b/README.markdown Sun Jan 19 21:15:49 2020 -0500 @@ -126,3 +126,7 @@ it was a pain in the ass to refactor everything, the result is much nicer. Today I refactored the Rosalind repo. The Project Euler repo is a work in progress, mostly because it's so much bigger than the other two. + +Did Rosalind problem `PDST`. Pretty easy. Most annoying part was the output, +but I extended my float printer to handle 2D arrays to make it easier to output +what they want in the future.