Guest User

Untitled

a guest
Feb 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. module Main exposing (..)
  2.  
  3.  
  4. type alias Point =
  5. ( Int, Int )
  6.  
  7.  
  8. printNums =
  9. let
  10. ( x1, y1 ) =
  11. ( 1, 2 )
  12.  
  13. ( x2, y2 ) =
  14. ( 2, 3 )
  15.  
  16. ( x3, y3 ) =
  17. ( 3, 4 )
  18.  
  19. ( x4, y4 ) =
  20. ( 4, 5 )
  21.  
  22. ( x5, y5 ) =
  23. ( 4, 5 )
  24.  
  25. ( x6, y6 ) =
  26. ( 4, 5 )
  27.  
  28. ( x7, y7 ) =
  29. ( 4, 5 )
  30.  
  31. ( x8, y8 ) =
  32. ( 4, 5 )
  33.  
  34. ( x9, y9 ) =
  35. ( 4, 5 )
  36.  
  37. ( x10, y10 ) =
  38. ( 4, 5 )
  39.  
  40. ( x11, y11 ) =
  41. ( 4, 5 )
  42.  
  43. ( x12, y12 ) =
  44. ( 4, 5 )
  45.  
  46. ( x13, y13 ) =
  47. ( 4, 5 )
  48.  
  49. ( x14, y14 ) =
  50. ( 4, 5 )
  51.  
  52. ( x15, y15 ) =
  53. ( 4, 5 )
  54.  
  55. ( x16, y16 ) =
  56. ( 4, 5 )
  57.  
  58. ( x17, y17 ) =
  59. ( 4, 5 )
  60. in
  61. ()
Add Comment
Please, Sign In to add comment