This commit is contained in:
narawat lamaiin
2024-05-30 22:11:20 +07:00
commit 3613f1d2bd
3 changed files with 84 additions and 0 deletions

5
src/LLMMCTS.jl Normal file
View File

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