-module(chat_client). -export([run/0]). run() -> Server = global:whereis_name(chat), Server ! hello, io:format("bye bye!~n").