From efb2dc2538a3b0f07f2c9ab01ce5dda546cb8362 Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Wed, 21 Feb 2024 22:08:54 -0500 Subject: [PATCH] `using` all three packages that are used in README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b0882a..2dabafe 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ to start the search from. Some benchmarks: ```julia -using Random +using Random, BenchmarkTools, FindFirstFunctions x = rand(Int, 2048); s = sort(x); perm = randperm(length(x));