Files
2026-09-16 14:07:40 +08:00

5 lines
59 B
ActionScript 3
Vendored

void main()
{
string str = "hello world";
print(str);
}