5 lines
No EOL
63 B
ActionScript
5 lines
No EOL
63 B
ActionScript
void main()
|
|
{
|
|
string str = "hello world";
|
|
print(str);
|
|
} |