diff options
Diffstat (limited to 'problem1.ijs')
-rw-r--r-- | problem1.ijs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/problem1.ijs b/problem1.ijs index 71227e8..19dff8b 100644 --- a/problem1.ijs +++ b/problem1.ijs @@ -1,4 +1,4 @@ nums =. i. 1000 mult3s =: 0=3|nums mult5s =: 0=5|nums -problem1 =: +/(mult3s +. mult5s)#nums
\ No newline at end of file +problem1 =: +/(mult3s +. mult5s)#nums |