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