Compare commits

...

1 Commits

Author SHA1 Message Date
Matthias Neeracher
94b6ca100c Add syntax error 2019-02-03 03:41:38 +01:00

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