Skip to content

AliShahabzadeh/Swift-Journey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Swift Journey

Little Pieces of Code to Learn Swift

Created during some frustrating moments 🤭

Build and Run

To build the binaries, first navigate to the directory containing the files:

cd <DIRECTORY_PATH>

Then, compile each file you want to execute:

swiftc <TARGET_FILE>.swift

Finally, use the following command to run the target binary:

./<TARGET_FILE>

Fast Run

To quickly run the files without compiling, use the following command:

swift <TARGET_FILE>.swift

Installation

Note

To find instructions on how to install Swift on your operating system, visit the following link:

Swift Installation

About

Little Pieces of Codes to Learn Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages