dsad
// Example functionfunction add(a, b) { return a + b}
console.log(add(1, 2))#!/bin/shecho "This is a script file, not a terminal!"adsad
dasdasd
const hello = 'world'console.log(hello)const png = 'gif'console.log(png)fmt.Println("google.com")