Files
METH_Transcendence/site/node_modules/stats/test/fixtures/simple.js
Kum1ta 57c261c689 Site
- starting pong game 3d
2024-07-30 01:08:32 +02:00

9 lines
121 B
JavaScript

var foo = 'foo'
, bar = 'bar'
, baz = 'baz'
, test;
console.log(foo = 'hey');
console.log(bar);
console.log(baz);