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