Added Egl

Fixes: #534
Co-Authored-By: Alexander von Recum <avrecum@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2020-04-01 04:46:54 +13:00
parent 119b24ec37
commit c48d16d484
2 changed files with 6 additions and 0 deletions

5
e/egl.egl Normal file
View File

@@ -0,0 +1,5 @@
program HelloWorld
function main()
SysLib.writeStdout("Hello World");
end
end