Add initial source code, with passing test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Matthias Neeracher
2019-02-03 03:25:27 +01:00
parent 7cf852379c
commit 7a9535bdfe
7 changed files with 88 additions and 2 deletions

View File

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