std/test.js
Killer Boss Original cdec34ea60 typescript rewrite
2023-01-26 21:18:14 +00:00

6 lines
No EOL
129 B
JavaScript

import thunder from './build/index.js';
let cout = new thunder.cout(0, true)
cout.cout(thunder.getTime());
cout.cout('ciao', 0)