Open tanmayb123 opened 8 years ago
In Swift 3, the system() function is not accessible. Find another way to run system("clear").
system()
system("clear")
In Swift 3, the
system()
function is not accessible. Find another way to runsystem("clear")
.