Skip to content

Instantly share code, notes, and snippets.

View srcmkr's full-sized avatar
🎯
Focusing

Benjamin Bolzmann srcmkr

🎯
Focusing
View GitHub Profile
/**
* ===========================================
* LLM Code-Analyse Übung
* ===========================================
*
* Dieser Code ist absichtlich ineffizient und schlecht geschrieben!
*
*
* 📚 AUFGABE 1: Code verstehen (Einstieg)
* ========================================
@srcmkr
srcmkr / Programm.cs
Last active November 1, 2022 23:19
Ein Satz mit x
using Humanizer;
using NBitcoin;
Console.WriteLine("Hello, fckn world!");
Console.WriteLine("Reading the address file...");
const string filename = "H:\\crypto\\btcaddresses.tsv"; // in der nähe von http://addresses.loyce.club/
if (!File.Exists(filename))
{
Console.WriteLine("Address file not found");