Skip to content

Commit 12d2ed0

Browse files
Restructure 2018/2019
1 parent 7b7ae34 commit 12d2ed0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+2561
-9
lines changed

β€Ž2018/01/main.fsx renamed to β€Ž2018/fsharp/day01.fsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
open System.IO
22

33
let input =
4-
File.ReadLines("input.txt")
4+
File.ReadLines("input01.txt")
55
|> Seq.map int
66
|> Seq.toList
77

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)