// https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html // gcc -Wall -s test1.c -o test1 int main() { return 42; }