mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-12 20:24:21 +02:00
Fix code in c++ (#4373)
This commit is contained in:
committed by
GitHub
parent
f2b29f80f9
commit
7072c4cf80
@@ -19,7 +19,7 @@ A `duration` represents a span of time, which can be expressed in various units
|
|||||||
int main() {
|
int main() {
|
||||||
std::chrono::seconds sec(5);
|
std::chrono::seconds sec(5);
|
||||||
std::chrono::minutes min(2);
|
std::chrono::minutes min(2);
|
||||||
std(chrono)::hours hr(1);
|
std::chrono::hours hr(1);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user