diff --git a/CommAlg.lean b/CommAlg.lean index e99d3a6..cef13f8 100644 --- a/CommAlg.lean +++ b/CommAlg.lean @@ -1 +1,4 @@ -def hello := "world" \ No newline at end of file +import Mathlib.Tactic +def hello := "world" + +-- Thank Grant for setting this up. \ No newline at end of file