// // DiceViewWithListApp.swift // DiceViewWithList // // Created by Guy Lapalme on 2023-07-28. // import SwiftUI @main struct Yahtzee: App { var body: some Scene { WindowGroup { ContentView() } } }