Post History
Rockstar, 76 bytes Takes individual integers as input. listen to f let n be f o's1 while n let o be o and n is f listen to n say o Try it (Code and input will need to be added manually...
#1: Initial revision
# [Rockstar](https://codewithrockstar.com/), 76 bytes
Takes individual integers as input.
listen to f
let n be f
o's1
while n
let o be o and n is f
listen to n
say o
[Try it](https://codewithrockstar.com/online) (Code and input will need to be added manually, with each input integer on its own line)
