Skip to content

Commit 2fe1d5b

Browse files
authored
Update Yacht Sea.swift
1 parent ce01bf8 commit 2fe1d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Swift Practice + Warmups/Yacht Sea.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Description: Yacht Sea - Missing "4 of a kind, Big Straight, and Choice" Detection. Original approach.
55
// note, full house will be recoded to use a set or dictionary instead of current approach as per goal - however, fully functional at said moment.
66

7-
7+
import Foundation
88

99
for _ in 1...20 {
1010
// variables

0 commit comments

Comments
 (0)