Update README.rst

This commit is contained in:
Victor Zverovich 2020-08-01 12:00:01 -07:00 committed by GitHub
parent 7c4c5c79d2
commit 2a47a1e48f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ Examples
fmt::print("Hello, world!\n");
}
**Format a string**
**Format a string** (`run <https://godbolt.org/z/oK8h33>`_)
.. code:: c++