Update dice.cpp
This commit is contained in:
parent
00bb42896f
commit
283e64ad70
1 changed files with 0 additions and 6 deletions
6
dice.cpp
6
dice.cpp
|
|
@ -42,9 +42,3 @@ int main(void) {
|
|||
cout << fortune_from(rand()%91, h, m);
|
||||
return 0;
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
T minimum(const T& lhs, const T& rhs)
|
||||
{
|
||||
return lhs < rhs ? lhs : rhs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue