Menu
Coddy logo textTech

Welcome Message

Part of the Fundamentals section of Coddy's Lua journey — lesson 35 of 90.

challenge icon

Challenge

Easy

Welcome to your first project! Over the next few lessons, you'll build a complete character status display system.

Create a professional header for your character status display system. Use the print() function to output the exact title "=== Character Status Display ===". This header will serve as the opening line for the character information system you'll build in the upcoming project lessons.

Try it yourself

-- TODO: Write your code here

All lessons in Fundamentals