mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 18:34:42 +00:00
11 lines
102 B
ActionScript
11 lines
102 B
ActionScript
package tests
|
|
{
|
|
|
|
public class TestHello
|
|
{
|
|
public function run():*
|
|
{
|
|
trace("hello");
|
|
}
|
|
}
|
|
} |