index
:
hobgoblin
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
07-enum
/
output
/
rust
/
src
/
numbers.rs
blob: b71f573a452f59858fae15598eb373988076a24a (
plain
)
1
2
3
4
5
6
/// A small number.
pub
enum
SmallNumber
{
Zero
,
One
,
Two
,
}