Introduction - If you have any usage issues, please Google them yourself
a program that creates three threads.
These threads access a shared integer, called buer, one at a time. The buer
will initially be set to 0. Each thread should print its thread ID, process ID
and the buer s current value in one statement, then increment the buer by
one.