std/test.js

6 lines
129 B
JavaScript
Raw Normal View History

2023-01-26 22:18:14 +01:00
import thunder from './build/index.js';
let cout = new thunder.cout(0, true)
cout.cout(thunder.getTime());
cout.cout('ciao', 0)