diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-08-08 13:27:43 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-08-08 13:27:43 +0100 |
| commit | 44e930b71107310eae55060cf0aa2cac7089d239 (patch) | |
| tree | 2b5c1cc62bc51a87d75393a80053ffe85db043cb /ds/arraylist.go | |
| parent | 390333bb314f6cb25adc5716ea383112860ed342 (diff) | |
fortune not found
Quick commit
Diffstat (limited to 'ds/arraylist.go')
| -rw-r--r-- | ds/arraylist.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ds/arraylist.go b/ds/arraylist.go index d3feef5..66490f3 100644 --- a/ds/arraylist.go +++ b/ds/arraylist.go @@ -5,7 +5,7 @@ import ( "strings" ) -type ArrayList []Elem +type ArrayList []Integer func (a ArrayList) FirstN(n int) string { var sb strings.Builder |
