mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 11:02:24 +00:00
readme fixed
This commit is contained in:
parent
3d7c49a6dc
commit
b080951180
1 changed files with 14 additions and 14 deletions
|
|
@ -19,21 +19,21 @@ write something
|
||||||
|
|
||||||
stdout of the client
|
stdout of the client
|
||||||
|
|
||||||
> $ telnet localhost 2055
|
> $ telnet localhost 2055
|
||||||
Trying ::1...
|
Trying ::1...
|
||||||
telnet: connect to address ::1: Connection refused
|
telnet: connect to address ::1: Connection refused
|
||||||
Trying 127.0.0.1...
|
Trying 127.0.0.1...
|
||||||
Connected to localhost.
|
Connected to localhost.
|
||||||
Escape character is '^]'.
|
Escape character is '^]'.
|
||||||
հեյ
|
հեյ
|
||||||
Affirmative, DaveConnection closed by foreign host.
|
Affirmative, DaveConnection closed by foreign host.
|
||||||
|
|
||||||
stdout of the server:
|
stdout of the server:
|
||||||
|
|
||||||
>$ ./s
|
>$ ./s
|
||||||
socket created.
|
socket created.
|
||||||
binding completed.
|
binding completed.
|
||||||
listen okay
|
listen okay
|
||||||
accept okay
|
accept okay
|
||||||
forked okay
|
forked okay
|
||||||
received message is հեյ
|
received message is հեյ
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue