From adb93b5f6ab8f90c0d8d4b3f6febd2ad14d8bc3a Mon Sep 17 00:00:00 2001 From: MagicPotatoBean <121609915+MagicPotatoBean@users.noreply.github.com> Date: Thu, 25 Jul 2024 19:50:12 +0100 Subject: [PATCH] Fix typo in index.md --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index bfe9810..b9fb4e8 100644 --- a/index.md +++ b/index.md @@ -159,7 +159,7 @@ Some languages have special instructions but in general here's what you can expe 1. Create a fork of the 1BRC repository for your language on your own GitHub profile. This will let you submit your solution via a pull request. -2. Somehow create a new implementation file in the repository. This will vary by language. For example in JavaScript you might create a new `src/.js` file while in C++ you might make a new `src/.cpp` file. It's recommended to copy the default reference solution to get started and then modify it from there. +2. Somehow create a new implementation file in the repository. This will vary by language. For example in JavaScript you might create a new `src/.js` file while in C++ you might make a new `src/.cpp` file. It's recommended to copy the default reference solution to get started and then modify it from there. 3. Make that implementation fast. Really fast.