From 60858344ce83f51f8ba0ee3fb34252ca66bf941f Mon Sep 17 00:00:00 2001 From: gnuhead-chieb <41156994+gnuhead-chieb@users.noreply.github.com> Date: Sun, 13 Feb 2022 06:41:36 +0900 Subject: [PATCH] Add ImHex Pattern Language (#1317) * Add ImHex Pattern Language * Add files via upload * Rename * Rename --- p/Pattern Language.pat | 2 ++ readme.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 p/Pattern Language.pat diff --git a/p/Pattern Language.pat b/p/Pattern Language.pat new file mode 100644 index 00000000..9997e8ef --- /dev/null +++ b/p/Pattern Language.pat @@ -0,0 +1,2 @@ +#include +std::print("Hello World"); diff --git a/readme.md b/readme.md index fbfa197b..e5ad8afb 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 (908 total) +## Languages (909 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -639,6 +639,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Parenthetic](p/Parenthetic.p) * [Parser](p/Parser.p) * [Pascal](p/Pascal.p) +* [Pattern Language](p/Pattern%20Language.pat) * [Pauscal](p/Pauscal.pdp) * [Pawn](p/Pawn.p) * [PB](p/PB.pwr)