a gleam implementation of a CS assignment originally written in cpp

bug: fix verse not being output

Changed files
+1 -1
src
+1 -1
src/bible_search.gleam
···
<> " "
<> int.to_string(result.ref.chapter)
<> ":"
-
<> int.to_string(result.ref.chapter)
+
<> int.to_string(result.ref.verse)
<> " "
<> text,
)