corrade-nucleus-nucleons – Blame information for rev 24

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 {
2 # specify rate in requests/second (because comments are helpful!)
3 rate: 1000
4  
5 // prefer c-style comments?
6 /* feeling old fashioned? */
7  
8 # did you notice that rate doesn't need quotes?
9 hey: look ma, no quotes for strings either!
10  
11 # best of all
12 notice: []
13 anything: ?
14  
15 # yes, commas are optional!
16 }