mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2024-12-25 23:28:36 -06:00
Merge branch 'main' into Jayden
This commit is contained in:
commit
23758e5162
1 changed files with 6 additions and 0 deletions
6
comm_alg/grant.lean
Normal file
6
comm_alg/grant.lean
Normal file
|
@ -0,0 +1,6 @@
|
|||
import Mathlib.Analysis.Seminorm
|
||||
|
||||
def hello : IO Unit := do
|
||||
IO.println "Hello, World!"
|
||||
|
||||
#eval hello
|
Loading…
Reference in a new issue