How to perform 'Count Vowels' in Julia.
# Task: Count Vowels
# Language: Julia
function count_vowels()
# Implementation for Count Vowels
# TODO: Implement core logic here
# Step 1: Prepare data
# Step 2: Process Count Vowels
println("Done");
end