view izash.c @ 11706:eb7dbd1a2206 draft

<ais523> learn TIO is Try It Online!, <https://tio.run/>, a web-based interpreter for over 600 languages, including hundreds of esolangs
author HackEso <hackeso@esolangs.org>
date Sat, 02 Feb 2019 13:54:57 +0000
parents d55cb6936714
children
line wrap: on
line source

char s[99],*p[9],**q;main(){for(;q=p,*q++=strtok(gets(s)," ");fork()||execvp(*p,p),wait(0))for(;*q++=strtok(0," "););}