setting up typescript file to run with bun

This commit is contained in:
Jacob Delgado 2023-09-11 23:34:22 -07:00
parent f072d0d8fa
commit a582d099cb

View File

@ -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);