5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
|
void main()
|
||
|
{
|
||
|
SpeakString("To the west is the long and hard route. To the east is the short and easy route.");
|
||
|
}
|