small changes
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
Lucas 2024-07-03 17:43:09 +02:00
parent e6a2b0fe9d
commit 49195c754c
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ class Null{
int a;
public Null(){
// this.a = null;
this.a = null;
}
}