Adapted to tell the user what language they were written in (because they're too similar!). Modified the Pascal implementation to work with our new syscall model.
This commit is contained in:
@@ -59,7 +59,7 @@ void game(void)
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
printf("\nHi there! Before we start, what is your name?\n");
|
||||
printf("\nHi there! I'm written in C. Before we start, what is your name?\n");
|
||||
reads();
|
||||
strcpy(PlayerName, buffer);
|
||||
printf("\nHello, %s! ", PlayerName);
|
||||
|
||||
Reference in New Issue
Block a user