summaryrefslogtreecommitdiff
path: root/client/main.c
blob: c58191cde63f43a0ef41447f8e09a7ae4c8108d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * som_net / simple library example (c) by jak1
 *
 * som_net / simple library example is licensed under a
 * Creative Commons Attribution-ShareAlike 4.0 International License.
 *
 * You should have received a copy of the license along with this
 * work. If not, see <http://creativecommons.org/licenses/by-sa/4.0/>.
 * Footer
*/

#include "../shared/hook.h"

int main(void)
{
    start_chat(1);
    return 0;
}