diff --git a/h/H++.hpp b/h/H++.hpp new file mode 100644 index 0000000..6c1c2e9 --- /dev/null +++ b/h/H++.hpp @@ -0,0 +1,15 @@ +import "stdhpp\stdapi.hcc"; + +using printf = Console::WriteLn; + +namespace +{ + class Application + { + public static void main() + { + printf("Hello World"); + return; + } + }; +}; \ No newline at end of file diff --git a/readme.md b/readme.md index 36a71bc..11f48a1 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 (943 total) +## Languages (944 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -414,6 +414,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Groovy](g/Groovy.groovy) * [GTA3Script](g/GTA3Script.sc) * [Gui4Cli](g/Gui4Cli) +* [H++](h/H%2B%2B.hpp) * [Hack](h/Hack.hh) * [Haifuckqueue](h/Haifuckqueue) * [Haml](h/Haml.haml)