We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4547531 commit c1cc2e0Copy full SHA for c1cc2e0
cpp_module_08/ex01/main.cpp
@@ -2,7 +2,7 @@
2
3
int main()
4
{
5
-
+ std::srand(std::time(NULL));
6
7
Span sp = Span(5);
8
sp.addNumber(6);
0 commit comments