From 543dd0810f7c27b06bea8d268bf00127d763cbed Mon Sep 17 00:00:00 2001 From: MrBrain295 Date: Fri, 4 Feb 2022 16:42:32 -0600 Subject: [PATCH] Add Cryptol https://www.cryptol.net/ --- c/Cryptol | 2 ++ readme.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 c/Cryptol diff --git a/c/Cryptol b/c/Cryptol new file mode 100644 index 0000000..41970c8 --- /dev/null +++ b/c/Cryptol @@ -0,0 +1,2 @@ +:set ascii=on +"Hello World" \ No newline at end of file diff --git a/readme.md b/readme.md index 9eb7dc0..eba9862 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (894 total) +## Languages (895 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -287,6 +287,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Cor](c/Cor.cor) * [Coral 66](c/Coral%2066.cor) * [COW](c/COW.cow) +* [Cryptol](c/Cryptol) * [Crystal](c/Crystal.cr) * [CSharp](c/CSharp.cs) * [CSON](c/CSON.cson)