Welcome to Core Library

This is the documentation for the core-lib module.

asdasdasf

Diagram

Diagram

Math

Inline math test: \( \vec{\alpha} = b \)

Block quote math test:

\[\frac{a}{b} = c\]

Lists

List check
  • checked

  • also checked

  • not checked

  • normal list item

    • nested list

  1. numbered list item

Code

#include <iostream> (1)

int main() {
    std::cout << "Hello, World!" << std::endl;
    return 0;
}
1 Descriptive comment about the code snippet above.