5 lines
59 B
ActionScript 3
Vendored
5 lines
59 B
ActionScript 3
Vendored
void main()
|
|
{
|
|
string str = "hello world";
|
|
print(str);
|
|
} |