mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2024-12-26 07:38:36 -06:00
commit
deab6dde8b
2 changed files with 9 additions and 0 deletions
3
Readme.md
Normal file
3
Readme.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Commutative algebra in Lean
|
||||
|
||||
Welcome to the repository for definitions and theorems related to Krull dimension and Hilbert polynomials.
|
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