get it to BUILD and RUN

This commit is contained in:
2026-06-02 09:21:51 -03:00
parent 322aa2178c
commit 8c1fc42867
4 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
package org.neoflock.NeoNucleus;
public class nn_Computer {
public class nn_Computer extends PointerBackedClass {
// TODO
}