RosettaCodeData/Task/Animation/Ceylon/animation-1.ceylon

5 lines
69 B
Ceylon

native("jvm")
module animation "1.0.0" {
import java.desktop "8";
}