Smarter computer in a four in a row game (easy)?

I have created a classic four in a row game. Now the computer randomizes its move (very stupid). How can I make the computer's moves a little smarter (not too complicated)? I'm already looping the rows/columns to see if anyone has four in a row, won.
I have looked at the minimax algorithm but do not understand anything.