summaryrefslogtreecommitdiff
path: root/spec/fixtures/dotnet/nuget-sln/src/domain/Library.fs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/dotnet/nuget-sln/src/domain/Library.fs')
-rw-r--r--spec/fixtures/dotnet/nuget-sln/src/domain/Library.fs5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/fixtures/dotnet/nuget-sln/src/domain/Library.fs b/spec/fixtures/dotnet/nuget-sln/src/domain/Library.fs
new file mode 100644
index 0000000..decb580
--- /dev/null
+++ b/spec/fixtures/dotnet/nuget-sln/src/domain/Library.fs
@@ -0,0 +1,5 @@
+namespace domain
+
+module Say =
+ let hello name =
+ printfn "Hello %s" name