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
<--! Indented HTML Makes Code easy to follow --> | |
<div> | |
<h1>Title here</h1> | |
<p>Content paragraph here</p> | |
</div> |
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
<!-- | |
Hey Chris I will review your project here because your file was uploaded as Intro to Progaramming.rtf you should replace your file name | |
extension, it means the text after the dot, click twice on your file until you are able to edit it and remove the .rtf and replace it with | |
.html so the your computer could regcognize him as a web file. | |
OK let's get started all my feedbacks on your projects will place throuhghout your code as comment ^^. | |
--> | |
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 snipet from: https://gist.github.com/algal/23b10062a558aec7679e4c854096f88e | |
Forked to play around and learn sequence. | |
*/ | |
import Darwin | |
struct LineIterator: IteratorProtocol { |