commit 17974084754f8171f0b799c44318f91ac985acc2 Author: JonaszGoldbaumm Date: Tue Oct 22 13:53:17 2024 +0200 added program and class(kox commit) 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