commit 441f79afe40a436125faeedcec3e7ea3f7bb3488 Author: Ricardo Date: Fri May 27 22:09:20 2022 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f83922d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# ---> Ada +# Object file +*.o + +# Ada Library Information +*.ali + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c7ffc1a --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +"THE BEER-WARE LICENSE" (Revision 42): wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp diff --git a/README.md b/README.md new file mode 100644 index 0000000..96dcba3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# inverT + +Invert letter by letter text file \ No newline at end of file