#! /usr/bin/env yeast #! @gcc #include int main(void) { printf("Hello World\n"); return 0; }