8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
|
void main()
|
||
|
{
|
||
|
string maid = "as_cv_eupipe";
|
||
|
|
||
|
PlaySound(maid);
|
||
|
|
||
|
}
|