How to perform 'Generate UUID' in CoffeeScript.
# Task: Generate UUID
# Language: CoffeeScript
# Implementation for Generate UUID
# TODO: Implement core logic here
# Step 1: Prepare data
# Step 2: Process Generate UUID
console.log("Done");