index
:
BT-Programming-Assignment
this commit
main
preassignment for my bachelor-thesis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
client
/
main.cpp
blob: ca2f4a35297d0be9cbba1e1a73d6ded9dda07747 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
#include
"client.h"
int
main
()
{
Client
client
;
client
.
start_client
();
}