This commit is contained in:
Max Nuding 2021-12-11 11:05:39 +01:00
parent ab1d21241b
commit 1104d568d0
Signed by: phlaym
GPG Key ID: A06651BAB6777237
3 changed files with 29 additions and 1 deletions

View File

@ -19,7 +19,8 @@ let package = Package(
.executable(name: "07", targets: ["07"]), .executable(name: "07", targets: ["07"]),
.executable(name: "08", targets: ["08"]), .executable(name: "08", targets: ["08"]),
.executable(name: "09", targets: ["09"]), .executable(name: "09", targets: ["09"]),
.executable(name: "10", targets: ["10"]) .executable(name: "10", targets: ["10"]),
.executable(name: "11", targets: ["11"])
], ],
dependencies: [ dependencies: [
// Dependencies declare other packages that this package depends on. // Dependencies declare other packages that this package depends on.
@ -88,6 +89,13 @@ let package = Package(
.targetItem(name: "Runner", condition: nil), .targetItem(name: "Runner", condition: nil),
.product(name: "Collections", package: "swift-collections"), .product(name: "Collections", package: "swift-collections"),
] ]
),
.executableTarget(
name: "11",
dependencies: [
.targetItem(name: "Runner", condition: nil),
//.product(name: "Collections", package: "swift-collections"),
]
) )
] ]
) )

View File

@ -0,0 +1,10 @@
5251578181
6158452313
1818578571
3844615143
6857251244
2375817613
8883514435
2321265735
2857275182
4821156644

View File

@ -0,0 +1,10 @@
5483143223
2745854711
5264556173
6141336146
6357385478
4167524645
2176841721
6882881134
4846848554
5283751526