10 lines
79 B
Plaintext
10 lines
79 B
Plaintext
|
|
||
|
void main()
|
||
|
{
|
||
|
string moons = "as_cv_eulpipe2";
|
||
|
|
||
|
PlaySound(moons);
|
||
|
|
||
|
}
|
||
|
|