Angelscript/samples/asbuild/bin/script.as

5 lines
59 B
ActionScript

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