Skip to content

Commit

Permalink
#4 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 16, 2023
1 parent 8280198 commit 5a7d713
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/bin/vs_std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

/// Run this script like this:
///
/// ```text
/// $ cargo build --release && ./target/release/vs_std
/// ```
// Run this script like this:
//
// ```text
// $ cargo build --release && ./target/release/vs_std
// ```

use std::collections::HashMap;
use std::time::Instant;

Expand Down

0 comments on commit 5a7d713

Please sign in to comment.