This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ottawa | |
0 | |
0 | |
Toronto | |
4 | |
3 | |
Montreal | |
-2 | |
5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Alice Johnson | |
123 | |
Software Developer | |
Bob Smith | |
456 | |
Project Manager |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Employee Management Program | |
# --------------------------- | |
# File format: each employee is stored as 3 lines | |
# Line 1 = Name | |
# Line 2 = ID | |
# Line 3 = Position | |
# | |
# Example: | |
# Alice Johnson | |
# 123 |