From 26a502099db7136bde5fe312c02d0e3144337e92 Mon Sep 17 00:00:00 2001 From: jorenchik Date: Sat, 14 Jun 2025 20:08:33 +0300 Subject: [PATCH] added me to authors --- main.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.typ b/main.typ index 97f7eab..100ff82 100644 --- a/main.typ +++ b/main.typ @@ -5,7 +5,7 @@ #import "layout.typ": indent-par, project #show: project.with(title: [Theory of Algorithms Cheatsheet], authors: ( - "Kristofers Solo", + "Kristofers Solo", "jorenchik" )) #let teo(title: "Teorēma", ..args) = memo(title: title, ..args)