/usr/bin/g++ -DEVAL -std=gnu++20 -O2 -pipe -static -s -o bubblesort2 bubblesort2.cpp
/usr/bin/g++ -DEVAL -std=gnu++17 -O2 -pipe -static -s -o bubblesort2 bubblesort2.cpp
/usr/bin/javac -encoding UTF-8 bubblesort2.java /bin/sh -c echo "Main-Class: bubblesort2" > __manifest__.txt /bin/sh -c jar cfm bubblesort2.jar __manifest__.txt *.class