post 1

Post author: Manas Paul

dsad

example.js
// Example function
function add(a, b) {
return a + b
}
console.log(add(1, 2))

my-script.sh
#!/bin/sh
echo "This is a script file, not a terminal!"

adsad

dasdasd

astro.config.mjs
const hello = 'world'
console.log(hello)

const png = 'gif'
console.log(png)

fmt.Println("google.com")