Skip to content
View Au-lit's full-sized avatar
Block or Report

Block or report Au-lit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Au-lit/README.md

A readme.md, according to the Github base template.

  • 👋 Hi, I’m @Au-lit
  • 👀 I’m interested in stuff.
  • 🌱 I’m currently learning stuff.
  • 💞️ I’m looking to collaborate on stuff.
  • 📫 How to reach me: use stuff.

Ok this is useless.

A C++ like readme.md

#include <chrono>
#include <cstdlib>

[[nodiscard]] inline constexpr Person au_lit{
  .name = u8"Ollivier Roberge",
  .age = std::chrono::years{ rand() },
  .location = u8"モントリオール、Québec",
};

...this is also useless...

Pinned Loading

  1. YASVL YASVL Public

    Yet another semantic versioning library written in C++20.

    C++

  2. utility utility Public

    A collection of fast-ish C++ utility functions / libs.

    C++ 1