This commit is contained in:
suseendhiran17 2022-05-27 11:40:07 +05:30
parent 8aee24ead2
commit 70538276df

View File

@ -61,8 +61,3 @@ app.listen({ port: PORT_NUMBER }, async () => {
//await sequelize.authenticate()
})
const a = 5;
const b = 2;
console.log(a << b);