How to perform 'Get File Extension' in Kotlin.
// Task: Get File Extension
// Language: Kotlin
fun get_file_extension() {
// Implementation for Get File Extension
val result = ...; // Initialize variable
// TODO: Implement core logic here
// Step 1: Prepare data
// Step 2: Process Get File Extension
println("Done");
}