Last active
April 19, 2016 00:34
-
-
Save koher/2815b9ad71c6dc0555cc95e0603f07c6 to your computer and use it in GitHub Desktop.
WWDC2016 https://developer.apple.com/wwdc/
This file contains hidden or 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
print("Hello, WWDC!") | |
Hello love at first swipe. | |
Hello other side of the road. | |
Hello yogi on my wrist. | |
Hello driver, fast as you can. | |
Hello workout in my living room. | |
Hello every pitch, every highlight. | |
Hello self-combusting selfies. | |
Hello double tap heart. | |
Hello rain in five minutes. | |
Hello 6 seconds of fame. | |
Hello big idea. | |
/* Apple Worldwide Developers Conference | |
June 13-17, San Francisco. | |
The opportunity to buy tickets to this year's converence will | |
be offered by random selection. Register now through April 22 | |
at 10:00am PDT for your chance to attend. */ | |
registerNow() |
This file contains hidden or 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
$ swiftc wwdc2016.swift | |
wwdc2016.swift:2:6: error: consecutive statements on a line must be separated by ';' | |
Hello love at first swipe. | |
^ | |
; | |
wwdc2016.swift:2:11: error: consecutive statements on a line must be separated by ';' | |
Hello love at first swipe. | |
^ | |
; | |
wwdc2016.swift:2:14: error: consecutive statements on a line must be separated by ';' | |
Hello love at first swipe. | |
^ | |
; | |
wwdc2016.swift:2:26: error: expected member name following '.' | |
Hello love at first swipe. | |
^ | |
wwdc2016.swift:2:20: error: consecutive statements on a line must be separated by ';' | |
Hello love at first swipe. | |
^ | |
; | |
wwdc2016.swift:2:1: error: use of unresolved identifier 'Hello' | |
Hello love at first swipe. | |
^~~~~ | |
wwdc2016.swift:2:7: error: use of unresolved identifier 'love' | |
Hello love at first swipe. | |
^~~~ | |
wwdc2016.swift:2:12: error: use of unresolved identifier 'at' | |
Hello love at first swipe. | |
^~ | |
wwdc2016.swift:2:15: error: value of type '(_) -> _?' has no member 'Distance' | |
Hello love at first swipe. | |
^~~~~ | |
wwdc2016.swift:2:21: error: use of unresolved identifier 'swipe' | |
Hello love at first swipe. | |
^~~~~ | |
wwdc2016.swift:3:6: error: consecutive statements on a line must be separated by ';' | |
Hello other side of the road. | |
^ | |
; | |
wwdc2016.swift:3:12: error: consecutive statements on a line must be separated by ';' | |
Hello other side of the road. | |
^ | |
; | |
wwdc2016.swift:3:17: error: consecutive statements on a line must be separated by ';' | |
Hello other side of the road. | |
^ | |
; | |
wwdc2016.swift:3:20: error: consecutive statements on a line must be separated by ';' | |
Hello other side of the road. | |
^ | |
; | |
wwdc2016.swift:3:29: error: expected member name following '.' | |
Hello other side of the road. | |
^ | |
wwdc2016.swift:3:24: error: consecutive statements on a line must be separated by ';' | |
Hello other side of the road. | |
^ | |
; | |
wwdc2016.swift:3:1: error: use of unresolved identifier 'Hello' | |
Hello other side of the road. | |
^~~~~ | |
wwdc2016.swift:3:7: error: use of unresolved identifier 'other' | |
Hello other side of the road. | |
^~~~~ | |
wwdc2016.swift:3:13: error: use of unresolved identifier 'side' | |
Hello other side of the road. | |
^~~~ | |
wwdc2016.swift:3:18: error: use of unresolved identifier 'of' | |
Hello other side of the road. | |
^~ | |
wwdc2016.swift:3:21: error: use of unresolved identifier 'the' | |
Hello other side of the road. | |
^~~ | |
wwdc2016.swift:3:25: error: use of unresolved identifier 'road' | |
Hello other side of the road. | |
^~~~ | |
wwdc2016.swift:4:6: error: consecutive statements on a line must be separated by ';' | |
Hello yogi on my wrist. | |
^ | |
; | |
wwdc2016.swift:4:11: error: consecutive statements on a line must be separated by ';' | |
Hello yogi on my wrist. | |
^ | |
; | |
wwdc2016.swift:4:14: error: consecutive statements on a line must be separated by ';' | |
Hello yogi on my wrist. | |
^ | |
; | |
wwdc2016.swift:4:23: error: expected member name following '.' | |
Hello yogi on my wrist. | |
^ | |
wwdc2016.swift:4:17: error: consecutive statements on a line must be separated by ';' | |
Hello yogi on my wrist. | |
^ | |
; | |
wwdc2016.swift:4:1: error: use of unresolved identifier 'Hello' | |
Hello yogi on my wrist. | |
^~~~~ | |
wwdc2016.swift:4:7: error: use of unresolved identifier 'yogi' | |
Hello yogi on my wrist. | |
^~~~ | |
wwdc2016.swift:4:12: error: use of unresolved identifier 'on' | |
Hello yogi on my wrist. | |
^~ | |
wwdc2016.swift:4:15: error: use of unresolved identifier 'my' | |
Hello yogi on my wrist. | |
^~ | |
wwdc2016.swift:4:18: error: use of unresolved identifier 'wrist' | |
Hello yogi on my wrist. | |
^~~~~ | |
wwdc2016.swift:5:6: error: consecutive statements on a line must be separated by ';' | |
Hello driver, fast as you can. | |
^ | |
; | |
wwdc2016.swift:5:13: error: consecutive statements on a line must be separated by ';' | |
Hello driver, fast as you can. | |
^ | |
; | |
wwdc2016.swift:5:13: error: expected expression | |
Hello driver, fast as you can. | |
^ | |
wwdc2016.swift:5:30: error: expected member name following '.' | |
Hello driver, fast as you can. | |
^ | |
wwdc2016.swift:6:32: error: expected member name following '.' | |
Hello workout in my living room. | |
^ | |
wwdc2016.swift:7:35: error: expected member name following '.' | |
Hello every pitch, every highlight. | |
^ | |
wwdc2016.swift:8:30: error: expected member name following '.' | |
Hello self-combusting selfies. | |
^ | |
wwdc2016.swift:9:23: error: expected member name following '.' | |
Hello double tap heart. | |
^ | |
wwdc2016.swift:10:27: error: expected member name following '.' | |
Hello rain in five minutes. | |
^ | |
wwdc2016.swift:11:24: error: expected member name following '.' | |
Hello 6 seconds of fame. | |
^ | |
wwdc2016.swift:12:15: error: expected member name following '.' | |
Hello big idea. | |
^ | |
wwdc2016.swift:5:1: error: use of unresolved identifier 'Hello' | |
Hello driver, fast as you can. | |
^~~~~ | |
wwdc2016.swift:5:7: error: use of unresolved identifier 'driver' | |
Hello driver, fast as you can. | |
^~~~~~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment