Add Alan, Amber, llrl, Pangaea, Cotowali, FreakC, Power Fx, Tokay (#1432)

* Update workflow to make amending previous commit

* Add Alan, Amber, llrl, Pangaea

* Add Alan, Amber, llrl, Pangaea

* Add Cotowali, FreakC, Power Fx, Tokay

* Add Cotowali, FreakC, Power Fx, Tokay

* Update llrl.llrl

* Update Pangaea.pangaea and Power Fx.pfx

Co-authored-by: gnuhead-chieb <gnuhead-chieb@users.noreply.github.com>
This commit is contained in:
gnuhead-chieb
2022-12-26 06:09:42 +09:00
committed by GitHub
parent 55a2b82607
commit 9bc9a93241
10 changed files with 35 additions and 2 deletions

6
a/Alan.ln Normal file
View File

@@ -0,0 +1,6 @@
import @std/app
on app.start {
app.print("Hello World");
emit app.exit 0;
}