6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
|
import thunder from './build/index.js';
|
||
|
|
||
|
let cout = new thunder.cout(0, true)
|
||
|
cout.cout(thunder.getTime());
|
||
|
|
||
|
cout.cout('ciao', 0)
|