Skip to content

Commit

Permalink
Adding sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbyt3r committed May 10, 2024
1 parent f5c0dcd commit cdd4324
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions uber.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[hotel_lottery]
[[gaylord]]
name = "Gaylord National Harbor"
description = "A huge hotel"
[[[Double Queen]]]
name = "Double Queen"
description = "Two beds in a box"
price = 10000
capacity = 4
[[[King]]]
name = "King"
description = "One bed in a box"
price = 10000
capacity = 4
[[[Suite]]]
name = "Suite"
description = "Baller over here"
price = 20000
capacity = 8

0 comments on commit cdd4324

Please sign in to comment.