Skip to content

Commit 501149e

Browse files
committed
Remove unused comments from Package.swift
1 parent 7fb1f30 commit 501149e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

wasm/Hello/Package.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
// swift-tools-version: 6.2
2-
// The swift-tools-version declares the minimum version of Swift required to build this package.
3-
42
import PackageDescription
53

64
let package = Package(
75
name: "Hello",
86
targets: [
9-
// Targets are the basic building blocks of a package, defining a module or a test suite.
10-
// Targets can depend on other targets in this package and products from dependencies.
117
.executableTarget(
128
name: "Hello"
139
),

0 commit comments

Comments
 (0)