https://github.com/eggy115/swift
Swift
https://github.com/eggy115/swift
swift swift-coding swift-examples swift-language
Last synced: 9 months ago
JSON representation
Swift
- Host: GitHub
- URL: https://github.com/eggy115/swift
- Owner: Eggy115
- License: gpl-3.0
- Created: 2023-03-26T15:41:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T11:06:15.000Z (about 3 years ago)
- Last Synced: 2025-04-03T15:03:28.667Z (about 1 year ago)
- Topics: swift, swift-coding, swift-examples, swift-language
- Language: Swift
- Homepage: https://github.com/Eggy115/Swift/
- Size: 78.1 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Swift
About •
Installation •
Usage •
Contributing •
License •
## About
This repository contains a collection of various different Swift scripts, programs, and utilities.
## Installation
To use this repository, you first need to clone or download it to your local machine.
```bash
git clone https://github.com/Eggy115/swift.git
```
## Usage
This repository contains a variety of Swift programs and utilities. To use any of these programs, simply navigate to the program's directory and run the Swift file.
```bash
cd swift/
swift program.swift
```
## Contributing
Contributions are welcome! If you have a Swift script or program that you would like to contribute to the repository, please open a pull request with your changes. Please make sure that your script is well-documented and adheres to the guidelines outlined in the [Contributing](./CONTRIBUTING.md) file.
## License
This repository is licensed under the GNU General Public License v3.0. See the [LICENSE](./LICENSE) file for more details.