From 142faebc949b62e92a727e4068346431597a52e2 Mon Sep 17 00:00:00 2001 From: gennyble Date: Sun, 6 Jul 2025 15:20:48 -0500 Subject: rename readme --- readme | 26 -------------------------- senseless.txt | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 readme create mode 100644 senseless.txt diff --git a/readme b/readme deleted file mode 100644 index ae04c7f..0000000 --- a/readme +++ /dev/null @@ -1,26 +0,0 @@ -senseless directions ----------------------- - -convert a series of cardinal directions into a measure of degree -because we all know that NWWWNNNWWN is a sensible way to direct. - -#INCLUDE "senseless.h" - senseless directions can be used as a single-header library. you'll - want the file called senseless.h in the root of the repository. then - just include it in your code and you're good. - -INTERFACE - double senseless_directions(const char *directions, size_t length); - takes a string of [NnEeSsWw] characters and produces a - measure of degree. - -MAKEFILE - if you have make installed you can use the following subcommands. if - make is not installed, you can look at the Makefile for the commands - that are run. - - test - compile and run the tests. - - clean - remove artifacts created by the makefile \ No newline at end of file diff --git a/senseless.txt b/senseless.txt new file mode 100644 index 0000000..ae04c7f --- /dev/null +++ b/senseless.txt @@ -0,0 +1,26 @@ +senseless directions +---------------------- + +convert a series of cardinal directions into a measure of degree +because we all know that NWWWNNNWWN is a sensible way to direct. + +#INCLUDE "senseless.h" + senseless directions can be used as a single-header library. you'll + want the file called senseless.h in the root of the repository. then + just include it in your code and you're good. + +INTERFACE + double senseless_directions(const char *directions, size_t length); + takes a string of [NnEeSsWw] characters and produces a + measure of degree. + +MAKEFILE + if you have make installed you can use the following subcommands. if + make is not installed, you can look at the Makefile for the commands + that are run. + + test + compile and run the tests. + + clean + remove artifacts created by the makefile \ No newline at end of file -- cgit 1.4.1-3-g733a5