DEV Community

Discussion on: Challenge: Write a program that never stops

Collapse
 
lnbharath profile image
Bharath • Edited

Swift :

repeat { print("Hello") } while(true)