6 linhas
71 B
JavaScript
6 linhas
71 B
JavaScript
'use strict';
|
|
|
|
while (true) {
|
|
console.log('SPACES FOREVER! <3');
|
|
}
|