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