parent
71eddecdc7
commit
2e16e80048
1 changed files with 4 additions and 0 deletions
@ -1 +1,5 @@ |
||||
#if swift(>=3.0) |
||||
printSomething(text:"String from main") |
||||
#else |
||||
printSomething("String from main") |
||||
#endif |
||||
|
Loading…
Reference in new issue