Created
February 2, 2017 04:44
-
-
Save jbott/b0a7270e00c5f66cbd064d45b9acc0ff to your computer and use it in GitHub Desktop.
This file contains 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
group: H01 | |
emp = { | |
id:number, salary:number | |
12345, 100 | |
99999, 200 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment