Repository URL to install this package:
import "time" echo "Let's wait for a second" time.sleep 1s echo "Hello, world"