Find Minimum

Easy

📝 Description

Find the minimum value in a list of integers

Input Format

List of integers

Output Format

Minimum value found

Constraints

List length ≤ 100

🔍 Sample Input

5 3 8 1 4
            

✅ Sample Output

1
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run