Some example text
def foo(): print ("This is a python function")
void foo(){ prinf("%s\n", "This is a C function") }
# This is a bash command cd dir && echo $PWD; # Return exit 0;