Bones
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
<Compile Include="Day12.fs" />
|
||||
<Compile Include="Day13.fs" />
|
||||
<Compile Include="Day14.fs" />
|
||||
<Compile Include="Day15.fs" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
11
AdventOfCode2023.FSharp/AdventOfCode2023.FSharp.Lib/Day15.fs
Normal file
11
AdventOfCode2023.FSharp/AdventOfCode2023.FSharp.Lib/Day15.fs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace AdventOfCode2023
|
||||
|
||||
open System
|
||||
|
||||
[<RequireQualifiedAccess>]
|
||||
module Day15 =
|
||||
let part1 (s : string) =
|
||||
0
|
||||
|
||||
let part2 (s : string) =
|
||||
0
|
Reference in New Issue
Block a user