Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 300 Bytes

ReadMeCodeExample.md

File metadata and controls

17 lines (11 loc) · 300 Bytes

Markdown Exercise

This is a simple exercise to practice pushing Markdown to GitHub.

Features

  • Easy to understand
  • Quick to implement
  • Great for learning Git basics

Code Example

Here's a simple Python function:

def greet(name):
    return f"Hello, {name}!"