a gleam implementation of a CS assignment originally written in cpp
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

bug: fix verse not being output

+1 -1
+1 -1
src/bible_search.gleam
··· 129 129 <> " " 130 130 <> int.to_string(result.ref.chapter) 131 131 <> ":" 132 - <> int.to_string(result.ref.chapter) 132 + <> int.to_string(result.ref.verse) 133 133 <> " " 134 134 <> text, 135 135 )