-
Notifications
You must be signed in to change notification settings - Fork 0
/
typeahead_out.txt
83 lines (59 loc) · 1.69 KB
/
typeahead_out.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Enter command: Person Jones added
Enter command: Person John added
Enter command: Room 1001 added
Enter command: Room 1002 added
Enter command: There is already a person with this last name!
Enter command: There is already a room with this number!
Enter command: Person Marner added
Enter command: Information for 2 rooms:
--- Room 1001 ---
No meetings are scheduled
--- Room 1002 ---
No meetings are scheduled
Enter command: Silas Marner 888
Enter command: Could not read an integer value!
Enter command: Room 5 added
Enter command: Information for 3 rooms:
--- Room 5 ---
No meetings are scheduled
--- Room 1001 ---
No meetings are scheduled
--- Room 1002 ---
No meetings are scheduled
Enter command: There is already a room with this number!
Enter command: Room 6 added
Enter command: Unrecognized command!
Enter command: Could not read an integer value!
Enter command: Information for 4 rooms:
--- Room 5 ---
No meetings are scheduled
--- Room 6 ---
No meetings are scheduled
--- Room 1001 ---
No meetings are scheduled
--- Room 1002 ---
No meetings are scheduled
Enter command: Room 8 added
Enter command: No room with that number!
Enter command: Meeting added at 10
Enter command: Information for 5 rooms:
--- Room 5 ---
No meetings are scheduled
--- Room 6 ---
No meetings are scheduled
--- Room 8 ---
Meeting time: 10, Topic: Music
Participants: None
--- Room 1001 ---
No meetings are scheduled
--- Room 1002 ---
No meetings are scheduled
Enter command: Person oops! added
Enter command: Information for 4 people:
Elton John 456
Tom Jones 123
Silas Marner 888
TomJones123 oops! it_wants_enough_strings_to_complete_the_command
Enter command: All rooms and meetings deleted
All persons deleted
Done