Initial commit: converge - auto-sync git repo watcher

This commit is contained in:
2026-05-11 09:40:25 -04:00
commit bf3329e5ce
12 changed files with 393 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module Main (main) where
import Test.Hspec
main :: IO ()
main = hspec $ do
describe "Converge" $ do
it "compiles" $ do
True `shouldBe` True