Merging files

I have two files
file 1 containing x rows and 1 column

file 2 containing x rows and 1 column

I want to merge both the files and add a comma between the two

eg

plz guide

paste -d, file1 file2