mieszko4 / milosz.ch

0 stars 0 forks source link

Robobun test #1

Open mieszko4 opened 1 year ago

mieszko4 commented 1 year ago

@robobun

const a = 12
const b = 14

console.log(a*b)
mieszko4 commented 1 year ago

@robobun

const a = 12
const b = 14

console.log(a*b)
robobun commented 1 year ago

@mieszko4 here you go!

Code ```tsx const a = 12 const b = 14 console.log(a*b) ```

Ran using the latest build of Bun, an all-in-one JavaScript runtime.

mieszko4 commented 1 year ago

@robobun

console.log('AAA', 23*11)
robobun commented 1 year ago

@mieszko4 here you go!

AAA 253
Code ```tsx console.log('AAA', 23*11) ```

Ran using the latest build of Bun, an all-in-one JavaScript runtime.

robobun commented 1 year ago

@mieszko4 here you go!

168
Code ```tsx const a = 12 const b = 14 console.log(a*b) ```

Ran using the latest build of Bun, an all-in-one JavaScript runtime.