The Political Compass
Economic Left/Right: -4.13
Social Libertarian/Authoritarian: -2.87
#include <stdio.h> int main(void) { puts("hello, world"); return 0; }
print "hello, world"
print("hello, world")
echo "hello, world"