Compare commits

...

1 Commits

Author SHA1 Message Date
Matthias Neeracher
94b6ca100c Add syntax error
Some checks failed
continuous-integration/drone/push Build is failing
2019-02-03 03:41:38 +01:00

View File

@ -1,3 +1,3 @@
struct drone_tutorial_swift {
var text = "Hello, World!"
var text := "Hello, World!"
}