1st commit

This commit is contained in:
2023-10-08 11:53:47 +00:00
commit ca0ed31499
2 changed files with 9 additions and 0 deletions

5
src/ChatAgent.jl Normal file
View File

@@ -0,0 +1,5 @@
module ChatAgent
greet() = print("Hello World!")
end # module ChatAgent