Skip to content

Commit 5a3df92

Browse files
remove comment
1 parent 10b8fb4 commit 5a3df92

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

2024/ruby/spec/advent_04_spec.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
require 'spec_helper'
22
require 'advent_04_ceres_search'
33

4-
# data = [
5-
# [".", ".", ".", "."],
6-
# [".", ".", ".", "."],
7-
# [".", ".", ".", "."],
8-
# [".", ".", ".", "."],
9-
# ]
10-
114
describe "WordSearch" do
125
it "counts horizontal" do
136
data = [
@@ -18,7 +11,6 @@
1811
]
1912

2013
search = WordSearch.new(data)
21-
2214
expect(search.horizonal_count).to eq(1)
2315
end
2416

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy