GNU GPL version 2 – shortest code contest
If you are looking for a shortest, GNU GPL v.2 licensed code, I guess this one is quite a good candidate
package org.graalvm.compiler.replacements.nodes.arithmetic;
public interface IntegerExactArithmeticNode {
}
Well, this one is even shorter ;)
package java.lang;
public interface Cloneable { }
March 23rd, 2021 in
main entries