#!/bin/bash
# @type: executable
# @requires: none
# @safe: yes
set -euo pipefail

# Exercise 5: Run the command vimtutor and follow the exercises (it will take about 20 minutes).
#
# Task: Launch the interactive Vim tutorial to learn basic Vim text editor commands.

vimtutor
