Mic Pik

Capturing Real Moments

  • about me
  • elements
  • Photo's
  • Posts

about me

Table of contents

  • Table of contents
  • Text
  • Code
    • Python
    • C/C++
    • Bash
  • Tables

Text

Some example text

Code

Python

def foo():
    print ("This is a python function")

C/C++

void foo(){
    prinf("%s\n", "This is a C function")
}

Bash

# This is a bash command
cd dir && echo $PWD;

# Return
exit 0;

Tables

PagesElements
1Text
2Code
3Tables
Close

elements

Table of contents

  • Table of contents
  • Text
  • Code
    • Python
    • C/C++
    • Bash
  • Tables

Text

Some example text

Code

Python

def foo():
    print ("This is a python function")

C/C++

void foo(){
    prinf("%s\n", "This is a C function")
}

Bash

# This is a bash command
cd dir && echo $PWD;

# Return
exit 0;

Tables

PagesElements
1Text
2Code
3Tables
Close

© Mic Pik