6 lines
106 B
Haskell
6 lines
106 B
Haskell
{-# LANGUAGE DataKinds #-}
|
|
{-# LANGUAGE NumericUnderscores #-}
|
|
|
|
module Execute(execute) where
|
|
|
|
execute = 1 |