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: 7e61ffe113e67a669ce8bdabe82b28e0e4d84a7c (
plain
) (
blame
)
1
2
3
4
5
6
7
#include
"client.h"
int
main
()
{
Client
client
;
client
.
start_client
();
}