the problem is that, while skimming the start of each lines, nothing about 'G' | 'g' tells me that its a branch. i need to spend more time parsing it. mind you, this may simply be a problem with rust's syntax, not just ur formatting.
'G' | 'g'
Post funny things about programming here! (Or just rant about your favourite programming language.)
the problem is that, while skimming the start of each lines, nothing about
'G' | 'g'tells me that its a branch. i need to spend more time parsing it. mind you, this may simply be a problem with rust's syntax, not just ur formatting.