anonymousTheStackRepo's picture
changed folder structure
eb8cb24
raw
history blame contribute delete
64 Bytes
package commun;
public enum NullBool {
NULL, FALSE, TRUE
}