The Simple Test.
Solve
this small problem and send an email and details below to the string
that is generated.
B = 0110000101110010 to string (assume 8 bit characters)
C = B - 0000000000001110
A = 0160 + 0153 to string
D = im H = 212 - 97
F = character(97) + character(H)
G = HEX to string conversion of 69646561322e636f6d
E = ASCII character of the decimal 64
EMAIL_TO = ''.join([A, B, C, D, F, E, G])
SUBJECT = Hello.
MESSAGE = A solution to the following problem using the Go Programming language http://golang.org/
Include all documentation/tests/etc you would normally use to create an application.
Create a web server that streams - in increasing order - prime numbers to the url, http://localhost:9000/test.
This is open to interpretation but ideally should throttle, or, if you want to use a browser/javascript solution, make note of it. Hint: dumping all the numbers up to a cutoff is not fun.