trekhleb / state-of-the-art-shitcode

💩State-of-the-art shitcode principles your project should follow to call it a proper shitcode
MIT License
5.69k stars 324 forks source link

Shitcode #78

Open ILoveScratch2 opened 2 weeks ago

ILoveScratch2 commented 2 weeks ago

I really like shitcode!

int len______stR(char* s112tr,int naeefger,int weegberge,unsigned wrgergerhgiu,int helljo){int asd =0;for (int as = 0x000;as<strlen(s112tr);as=as+as-as+1){asd++;}return asd-1;}
ILoveScratch2 commented 2 weeks ago
#include <iostream>
#include <cstring>
using namespace std;

int len______stR(char* s112tr,int naeefger,int weegberge,unsigned wrgergerhgiu,int helljo){int asd =0;for (int as = 0x000;as<strlen(s112tr);as=as+as-as+1){asd++;}return asd-1;}

int main()
{
    char s112tr[] = "Hello World";
    int naeefger = 10235;
    int weegberge = 220;
    unsigned wrgergerhgiu = 2147483647;
    int helljo = 410;
    cout << len______stR(s112tr,naeefger,weegberge,wrgergerhgiu,helljo) << endl;
    return 0;
}