@kirby here’s your sane language bro#include <stdio.h> int main(int argc, char** argv) { return puts(*argv++), --argc?main(argc,argv):0; }