Skip to content
View SuibianP's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report SuibianP

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
SuibianP/README.md

// SPDX-License-Identifier: WTFPL
/* Here begins the sinful life of a terribly non-conforming evil programmer */
#if !defined(__has_c_attribute) || !defined(__GNUC__)
#   error "GCC and C23 are required to empower this existence."
#endif
#include <stdlib.h>
#include <stdbool.h>
#include <time.h>
#pragma GCC optimize ("O0")
[[gnu::warning("Sure?")]] __attribute__((used, retain)) _Noreturn void life(void)  {
    // Why not invoke some UBs for the thrill of their life!
    srand(time(NULL));
    unsigned short int __age;
    while(true) {
        __age = ++__age + __age++;
        if (*(_Bool *)(rand())) {
            abort(); // OH NO
        }
    }
}

life(‸

Pinned

  1. utau-zh-docs utau-zh-docs Public

    UTAU相关各种文档的简体中文翻译堆积处。

    HTML 19 2

  2. nus-nextbus-new-api nus-nextbus-new-api Public

    Definition of the new NUS NextBus API

    3 1

  3. verilog-cleaner verilog-cleaner Public

    A GitHub Action for linting and formatting Verilog code

    Shell 4 4

  4. OREMO_Unicode OREMO_Unicode Public

    An OREMO distribution with amendments regarding non-Japanese encoding issues and Unicode support.

    Tcl 7

  5. CAP-SU-late CAP-SU-late Public

    Browser extension script to simplify calculation of CAP when considering S/U declaration

    JavaScript