Skip to content

Instantly share code, notes, and snippets.

View HusamAamer's full-sized avatar
👨‍💻
Developing Great Apps

Husam Aamer HusamAamer

👨‍💻
Developing Great Apps
View GitHub Profile
@HusamAamer
HusamAamer / firstDifferenceBetweenStrings.swift
Last active May 1, 2018 15:17 — forked from kristopherjohnson/firstDifferenceBetweenStrings.swift
Swift code to find differences between strings and display them in a readable way, useful for displaying unit test results
//
// EpisodTitlesComparison.swift
// Giganet
//
// Created by Husam Aamer on 5/1/18.
// Copyright © 2018 AppChief. All rights reserved.
//
import Foundation