Skip to content

Instantly share code, notes, and snippets.

View breyed's full-sized avatar

Edward Brey breyed

View GitHub Profile
@breyed
breyed / BirthdayMainView.swift
Created July 6, 2023 01:41
Aaron 18th birthday
import SwiftUI
struct ContentView: View {
@State private var hex = false
@State private var binary = false
var body: some View {
VStack(spacing: 60) {
Text("Happy birthday, Aaron!\n" + "Choose your present.").font(.largeTitle).multilineTextAlignment(.center)