sov-kernel-monster / haskell /test_capital.hs
SNAPKITTYWEST's picture
chore: push full sov-kernel-monster content from local build
9425aed verified
Raw
History Blame Contribute Delete
117 Bytes
{-# LANGUAGE BangPatterns #-}
module Main where
test :: Double
test =
let G = 6.674e-11
in G
main = return ()