Last active
April 17, 2023 06:58
-
-
Save pacificlion/5a24cc98ed9172a36d1e1d73ebb1f1a6 to your computer and use it in GitHub Desktop.
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
| { | |
| "a": 5, | |
| "b": "USC" | |
| } { | |
| "a": 6, | |
| "b": "UCLA" | |
| } { | |
| "a": 4, | |
| "b": "Caltech" | |
| } { | |
| "a": 3, | |
| "b": "Princeton" | |
| } { | |
| "a": 1, | |
| "b": "MIT" | |
| } { | |
| "a": 2, | |
| "b": "Stanford" | |
| } { | |
| "a": 7, | |
| "b": "Duke" | |
| } { | |
| "a": 8, | |
| "b": "Rice" | |
| } { | |
| "a": 9, | |
| "b": "Columbia" | |
| } { | |
| "a": 10, | |
| "b": "NYU" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment