Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
8
Task/File-size/F-Sharp/file-size.fs
Normal file
8
Task/File-size/F-Sharp/file-size.fs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
open NUnit.Framework
|
||||
open FsUnit
|
||||
|
||||
[<Test>]
|
||||
let ``Validate that the size of the two files is the same`` () =
|
||||
let local = System.IO.FileInfo(__SOURCE_DIRECTORY__ + "\input.txt")
|
||||
let root = System.IO.FileInfo(System.IO.Directory.GetDirectoryRoot(__SOURCE_DIRECTORY__) + "input.txt")
|
||||
local.Length = root.Length |> should be True
|
||||
Loading…
Add table
Add a link
Reference in a new issue