Jump to content

A+B: Difference between revisions

25 bytes removed ,  14 years ago
m
→‎{{header|Icon and Unicon}}: Don't use header like this
(add JavaScript)
m (→‎{{header|Icon and Unicon}}: Don't use header like this)
Line 164:
main = getLine >>= (\xs -> print $ sum' xs)</lang>
 
=={{header|Icon and Unicon}}==
 
==={{header|Icon}}===
Line 179:
 
The Icon solution also works in Unicon.
 
=={{header|Java}}==
<lang java>import java.util.*;
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.