Merge branch 'main' into Jayden

This commit is contained in:
GTBarkley 2023-06-10 16:32:29 -07:00 committed by GitHub
commit 23758e5162
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
comm_alg/grant.lean Normal file
View file

@ -0,0 +1,6 @@
import Mathlib.Analysis.Seminorm
def hello : IO Unit := do
IO.println "Hello, World!"
#eval hello