Skip to content

Commit 655b9bd

Browse files
committed
add generated files
1 parent 33c6c79 commit 655b9bd

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "OpenAPIServer"
2+
uuid = "d5e62ea6-ddf3-4d43-8e4c-ad5e6c8bfd7d"
3+
authors = ["tan <[email protected]>"]
4+
version = "0.1.0"

src/OpenAPIServer.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module OpenAPIServer
2+
3+
greet() = print("Hello World!")
4+
5+
end # module

0 commit comments

Comments
 (0)