Add syntax error

This commit is contained in:
Matthias Neeracher 2019-02-03 03:41:38 +01:00
parent 7a9535bdfe
commit 94b6ca100c

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