/usr/bin/gcc -DEVAL -std=gnu11 -O2 -pipe -static -s -o H H.c -lm
/usr/bin/g++ -DEVAL -std=gnu++20 -O2 -pipe -static -s -o H H.cpp
/usr/bin/g++ -DEVAL -std=gnu++17 -O2 -pipe -static -s -o H H.cpp
/usr/bin/javac -encoding UTF-8 H.java /bin/sh -c echo "Main-Class: H" > __manifest__.txt /bin/sh -c jar cfm H.jar __manifest__.txt *.class
/usr/bin/pypy3 -m compileall -b H.py /bin/mv H.pyc __main__.pyc /usr/bin/zip H.pyz.zip __main__.pyc /bin/mv H.pyz.zip H.pyz