6 lines
88 B
Text
6 lines
88 B
Text
#include <hopper.h>
|
|
main:
|
|
s = "string to copy"
|
|
t = s
|
|
{s,"\n",t}println
|
|
exit(0)
|