Post not yet marked as solved
Post marked as unsolved with 0 replies, 327 views
I am trying to use the playground to test some simple code. However, I cannot get it to work. Even the most simple hello world does not work. The build status at the top says build succeeded but there is no output to either the console or the live view. Here is the code I have been testing with:
import UIKit
var greeting = "Hello, playground"
print(greeting)