-
Notifications
You must be signed in to change notification settings - Fork 298
Expand file tree
/
Copy pathaboutMe.yml
More file actions
16 lines (15 loc) · 825 Bytes
/
aboutMe.yml
File metadata and controls
16 lines (15 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is SUPER IMPORTANT. It's what joins your github name to your
# student number, and that's what makes sure that you get a mark.
first_name: Ben
studentNumber: z1234567 # if you're not at UNSW, your org name, e.g. BVN
# accounts
stackOverflowLink: https://stackoverflow.com/users/1835727/ben
github: notionparallax
# This format is called YAML which stands for Yet Another Markup Language
# It's supposed to be machine readable, and human readable. It does a pretty
# good job of both of those goals, but there are some gotchas:
# it's structured as key: value pairs.
# You MUST have a space after that colon. key:value will break it.
# anything that starts with a #, like this line, is a comment. It's ignored by
# the computer.
# The tests check this file pretty carefully, so make sure it's properly filled in!