Skip to content

Commit

Permalink
add PR for testing formatting workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Anant Thazhemadam <[email protected]>
  • Loading branch information
thazhemadam committed Mar 5, 2024
1 parent f18821e commit dfe2095
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TestFormattingWorkflows/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = "TestFormattingWorkflows"
uuid = "e9b61fb1-0a21-40c8-88eb-53d7caff91f5"
authors = ["Anant Thazhemadam <[email protected]>"]
version = "0.1.0"
5 changes: 5 additions & 0 deletions TestFormattingWorkflows/src/TestFormattingWorkflows.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module TestFormattingWorkflows

greet() = print("Hello World!")

end # module TestFormattingWorkflows

0 comments on commit dfe2095

Please sign in to comment.