File size: 117 Bytes
9425aed
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE BangPatterns #-}

module Main where

test :: Double
test =
  let G = 6.674e-11
  in G

main = return ()