Legend

Block elements


Code block


class Test {

   public static void main(String [] args){

      System.out.println("Hello World");

   }

}

Quote block

Welcome to zerokspot.com and the weblog on it. Here I write about anything that I’m interested it. Meaning: Softwaredevelopment Webtechnologies, SciFi, Movies…

If you want to know more about me and this site, please visit the “about” page.

Output


Some output generated by a program.

Error output


Here something went wrong.

Commandline input


find ./ -name '*.py' | cat | grep -c ''