1st commit
This commit is contained in:
4
Project.toml
Normal file
4
Project.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
name = "ChatAgent"
|
||||
uuid = "cff63402-b71f-455f-804d-24489fc61e5e"
|
||||
authors = ["narawat <narawat@gmail.com>"]
|
||||
version = "0.1.0"
|
||||
5
src/ChatAgent.jl
Normal file
5
src/ChatAgent.jl
Normal file
@@ -0,0 +1,5 @@
|
||||
module ChatAgent
|
||||
|
||||
greet() = print("Hello World!")
|
||||
|
||||
end # module ChatAgent
|
||||
Reference in New Issue
Block a user