


Interested in programming and the physical sciences. C and C++ are my favorite programming languages and deepest areas of expertise.
Checking for and reporting errors is important:
#include <stdio.h>
int main(void) {
return puts("Hello world!") < 0;
}