Commit 40144268 authored by Dasharath's avatar Dasharath

print statement added

parent fb963658
...@@ -12,6 +12,8 @@ class ViewController: UIViewController { ...@@ -12,6 +12,8 @@ class ViewController: UIViewController {
override func viewDidLoad() { override func viewDidLoad() {
super.viewDidLoad() super.viewDidLoad()
// Do any additional setup after loading the view. // Do any additional setup after loading the view.
print("Dasharath")
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment