setting up typescript file to run with bun
This commit is contained in:
parent
f072d0d8fa
commit
a582d099cb
@ -1,2 +1,10 @@
|
||||
console.warn("This is a warning");
|
||||
|
||||
console.warn("This is also a console output");
|
||||
|
||||
var number = 5;
|
||||
console.log(number);
|
||||
|
||||
var a,b = 3;
|
||||
var c = 5;
|
||||
console.log(a);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user