TinyCode

Competition

Current competition: XB
Deadline: 2010/04/15

Competition challenges

New challenges

Latest attempts

Byte composer

You must read the characters 0 and 1, compose (8 bit) bytes, and write these.

Code editor

                
public class TinyCode
{
   public static void execute()
   {
      
   }
   
   public static native int read();
   public static native void write(int b);
}
                
              

Interpreter



Shoutbox

  • Riven: whatever floats your boat. I'm outa here!
  • Abuse: this is way too much fun.
  • Kapta: where is the emergency exit? I'm stuck...

Latest medals

A collection of trivial Java coding challenges which challenge the programmer to come up with the smallest possible code to solve the problem.

Copyright © 2010 - All Rights Reserved - TinyCode by Riven