-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4813789
commit f922914
Showing
8 changed files
with
46 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
// | ||
// CowNames.swift | ||
// | ||
// | ||
// CowProtocol.swift | ||
// Created by Leandro Nunes Fantinatto on 03/09/20. | ||
// | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
// | ||
// Cowbees.swift | ||
// Created by Leandro Nunes Fantinatto on 03/09/20. | ||
// Ref: http://www.asciiworld.com/-Bees-.html | ||
// | ||
|
||
import Foundation | ||
|
||
struct Cowbees: Cow { | ||
|
||
let name: String | ||
|
||
var eyes: String = "" | ||
var tongue: String = "" | ||
let image = """ | ||
$paddingTop | ||
< $thoughts > | ||
$paddingBottom | ||
\\ | ||
\\ \\ _ / | ||
/ $eyes \\ _ z z | ||
\\~~~ /// \\ z z | ||
/--\\// )) z z | ||
()==/()==\\__./ B z z z z z z | ||
()=( ()= ) z z | ||
\\____/ z z z | ||
|||| | ||
(/ \\) | ||
""" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
// | ||
// CowNames.swift | ||
// | ||
// | ||
// Example.swift | ||
// Created by Leandro Nunes Fantinatto on 03/09/20. | ||
// | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters