* Add H++

* Update readme
This commit is contained in:
Matin Zivdar 2022-10-29 20:05:14 +03:30 committed by GitHub
parent 155dfb960d
commit 9b3846516a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

15
h/H++.hpp Normal file
View File

@ -0,0 +1,15 @@
import "stdhpp\stdapi.hcc";
using printf = Console::WriteLn;
namespace
{
class Application
{
public static void main()
{
printf("Hello World");
return;
}
};
};

View File

@ -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 start-->
## 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)