https://github.com/feed0/leetcodeclt
LeetCode problems using a Xcode Swift CommandLineTools project
https://github.com/feed0/leetcodeclt
leetcode swift swift-testing
Last synced: about 19 hours ago
JSON representation
LeetCode problems using a Xcode Swift CommandLineTools project
- Host: GitHub
- URL: https://github.com/feed0/leetcodeclt
- Owner: feed0
- Created: 2026-03-14T16:22:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-14T19:35:24.000Z (about 1 month ago)
- Last Synced: 2026-05-14T21:23:50.878Z (about 1 month ago)
- Topics: leetcode, swift, swift-testing
- Language: Swift
- Homepage: https://leetcode.com/u/feed0/
- Size: 665 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Swift CommandLineTools
Xcode's CLT projects are the fastest way to unit test source code, specially when compared to regular App projects.
## How to continue:
1. _LEFT_: Code structure (source and tests)
2. _MIDDLE_: Source file for a Leetcode problem
3. _RIGHT_: Test file with public cases from Leetcode
