Add SPDX license identifier to Main.hs

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:40 +00:00
parent 9ff03c2b2c
commit 5c1bd5e84f

View File

@ -1,3 +1,6 @@
-- SPDX-License-Identifier: ISC
-- Copyright (c) 2020 Camden Dixie O'Brien
module Main (main) where module Main (main) where
main :: IO () main :: IO ()