<code>Human KristenNewbury = new Human();
public Human{
public String toString(){
return "I am not a robot";
}
}<\code>
Stars
1
result
for forked starred repositories
Clear filter
efferifick / openj9
Forked from eclipse-openj9/openj9Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with…