6 lines
69 B
Text
6 lines
69 B
Text
|
|
$ gcc caesar.S -o caesar
|
||
|
|
$ ./caesar 10 abc
|
||
|
|
klm
|
||
|
|
$ ./caesar 16 klm
|
||
|
|
abc
|