1 Commits

Author SHA1 Message Date
Lucas
49195c754c small changes
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
2024-07-03 17:43:09 +02:00
2 changed files with 1 additions and 1 deletions

View File

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