Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
yuncheol-AHN committed Nov 5, 2024
1 parent fa7c4ae commit 836d52f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()


print("hello")
view.backgroundColor = .red
let numb = [1, 2, 3,
4, 5, 6]
@available(iOS 11.0, *)
func hihi() { }
}
}

0 comments on commit 836d52f

Please sign in to comment.