added program and class(kox commit)

This commit is contained in:
JonaszGoldbaumm 2024-10-22 13:53:17 +02:00
commit 1797408475
2 changed files with 7 additions and 0 deletions

3
Klasa.cs Normal file
View File

@ -0,0 +1,3 @@
public class Klasa{
public int koxNumer;
}

4
Program.cs Normal file
View File

@ -0,0 +1,4 @@
Console.WriteLine("ale jazda");
for(int i = 0; i < 500; i++){
Console.WriteLine("lolxdxdxdxdxdxdxd");
}