bleghh
This commit is contained in:
parent
3ea546fe08
commit
05451841e8
8 changed files with 96 additions and 109 deletions
|
@ -81,7 +81,12 @@ int main() {
|
|||
|
||||
fmt::println("It is {}°F in {}", temp, townName);
|
||||
|
||||
fmt::println("{}", GetOSVersion());
|
||||
const char* version = GetOSVersion();
|
||||
|
||||
fmt::println("{}", version);
|
||||
|
||||
delete[] version;
|
||||
delete &config;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue