Begin

By @acustico8/29/2017steem

program HelloWorld(key);
begin
writeln('Hello, world!');

writeln('starting mining thread');
while worth( 'steem') do
begin
mining(key);
end

end.

comments