Skip to content
Snippets Groups Projects
Commit 2220aba2 authored by keleher's avatar keleher
Browse files

auto

parent 541a5b0a
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ explicit `Int` version is fine if you don't get the generic working).
The first is:
```
// class-less function that will return of any square 2D Int array rotated clockwise
public func rotate2Dints(input: [[Int]]) -> [[Int]] {}
public func rotate2DInts(input: [[Int]]) -> [[Int]] {}
```
You should also build `rotate2D`, which is a *generic* version of the above.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment