Skip to content

Commit 4cf7ffe

Browse files
committed
search for exoplanets.
1 parent 33c2268 commit 4cf7ffe

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

exoplanet.eu/convert.hs

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env runhaskell
2+
3+
4+
main :: IO ()
5+
main = do
6+
str <- readFile "exoplanet.csv"

exoplanet.eu/get.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
wget http://exoplanet.eu/catalog/csv/ -O exoplanet.csv
2+

0 commit comments

Comments
 (0)