Remove unused pragma

This commit is contained in:
daniele 2024-12-22 15:19:24 +01:00
parent 7fb9abecb8
commit 50adab4f08
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

View File

@ -1,5 +1,4 @@
{-# LANGUAGE DeriveGeneric #-}
{-# OPTIONS_GHC -Wno-incomplete-patterns -Wno-type-defaults #-}
module Day16 (day16_1) where