read input from 2 files and print them in alternate columns

Hi Frnz

Please help me out.
I have two text files.

A.txt

one
two
three
four

B.txt

Jan
Feb
Mar
Apr

I need the output as

one Jan
Two Feb
Three Mar
Four Apr

How to write a script to get the output like this.

Use paste command