MrBrain295 efae55c340
Add C+++ (#1086)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2021-06-21 17:12:07 +12:00

6 lines
70 B
Plaintext

integer new main()
{
println.format("Hello World");
return 0;
}