This commit is contained in:
Warren Fernandes
2021-06-09 14:06:59 +05:30
committed by GitHub
parent 840b247706
commit e30dd87423
2 changed files with 6 additions and 1 deletions

4
m/MXML.mxml Normal file
View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Label text="Hello World"/>
</mx:Application>