7 lines
103 B
Text
7 lines
103 B
Text
|
|
#include <hopper.h>
|
||
|
|
main:
|
||
|
|
s=""
|
||
|
|
{"1:","string to copy"},cpy(s),println
|
||
|
|
{"2:",s}println
|
||
|
|
exit(0)
|