From 17974084754f8171f0b799c44318f91ac985acc2 Mon Sep 17 00:00:00 2001 From: JonaszGoldbaumm Date: Tue, 22 Oct 2024 13:53:17 +0200 Subject: [PATCH] added program and class(kox commit) --- Klasa.cs | 3 +++ Program.cs | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 Klasa.cs create mode 100644 Program.cs diff --git a/Klasa.cs b/Klasa.cs new file mode 100644 index 0000000..406daa6 --- /dev/null +++ b/Klasa.cs @@ -0,0 +1,3 @@ +public class Klasa{ + public int koxNumer; +} \ No newline at end of file diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..62403e6 --- /dev/null +++ b/Program.cs @@ -0,0 +1,4 @@ +Console.WriteLine("ale jazda"); +for(int i = 0; i < 500; i++){ + Console.WriteLine("lolxdxdxdxdxdxdxd"); +} \ No newline at end of file