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
// | |
// DisplayView.swift | |
// ExampleCalculatorDisplay | |
// | |
// Created by David on 11/16/23. | |
// | |
import SwiftUI | |
struct DisplayView: View { |
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
// | |
// Fraction.swift | |
// | |
// Created by David Koontz on 8/28/23. | |
// | |
import Foundation | |
// Wonder if a Rational Fraction class would be valuable in Swift. | |
// - Use Int to model the numerator & denominator |
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
{"nodes":[ | |
{"name":"Net Worth"}, | |
{"name":"Cash - Original"}, | |
{"name":"Dividens"}, | |
{"name":"Cash In"}, | |
{"name":"Facebook"}, | |
{"name":"RDFN"}, | |
{"name":"SHOP"}, | |
{"name":"CMG"}, | |
{"name":"AMZN"}, |