Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
MrBrain295
2021-06-21 00:12:07 -05:00
committed by GitHub
parent 6c16c0419d
commit efae55c340
2 changed files with 7 additions and 1 deletions

5
c/C+++ Normal file
View File

@@ -0,0 +1,5 @@
integer new main()
{
println.format("Hello World");
return 0;
}