mirror of
https://github.com/MillironX/UNIFAC.jl.git
synced 2024-12-22 04:48:18 +00:00
Initial commit
This commit is contained in:
commit
cc5507813a
2 changed files with 9 additions and 0 deletions
4
Project.toml
Normal file
4
Project.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
name = "UNIFAC"
|
||||
uuid = "49c32154-e3b1-44a0-88e7-ff6c176fd7d7"
|
||||
authors = ["Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>"]
|
||||
version = "0.1.0"
|
5
src/UNIFAC.jl
Normal file
5
src/UNIFAC.jl
Normal file
|
@ -0,0 +1,5 @@
|
|||
module UNIFAC
|
||||
|
||||
greet() = print("Hello World!")
|
||||
|
||||
end # module
|
Loading…
Reference in a new issue