Sort Numbers
Sort numbers in ascending order. Perfect for organizing numerical data, statistics, or any number sequence.
About Sort Numbers
This tool sorts numbers in ascending order. Each line should contain a single number, and all numbers will be arranged from smallest to largest. It's perfect for organizing numerical data, statistics, or any sequence of numbers.
Examples
- Input:
42
7
15
3 - Output:
3
7
15
42
Note: Only numbers are allowed. One number per line.