11 lines
126 B
Plaintext
11 lines
126 B
Plaintext
SSH - default port 32
|
|
Exam server - 193.226.40.129:1234
|
|
|
|
Compile:
|
|
|
|
gcc -Wall -g -o a a.c
|
|
|
|
-Wall - all warnings
|
|
-g
|
|
-o output
|