Equations

Texto em pt-br No language indicated, so no syntax highlighting. But let’s throw in a No language indicated, so no syntax highlighting. But let’s throw in a No language indicated, so no syntax highlighting. But let’s throw in a


Comandos do blog:

Iniciar servidor local:

    bundle exec jekyll serve

Deploy em produção:

    bin/deploy --user

"ddf"

Table

MÉTRICA INDICADOR COMPARATIVO
Índice de Manutenibilidade 51 + 27%
Complexidade Ciclimática 5 - 42%
Acoplamento de Classes 0 - 6%
Linhas de código 35 - 98

Simple notation

No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.

C-Sharp

private string Method()
{
    return 0;
}

Highlight

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
int main(int argc, char const \*argv[])
{
    string myString;

    cout << "input a string: ";
    getline(cin, myString);
    int length = myString.length();

    char charArray = new char * [length];

    charArray = myString;
    for(int i = 0; i < length; ++i){
        cout << charArray[i] << " ";
    }

    return 0;
}

Diagram

JohnAliceHello John, how are you?Great!JohnAlice