Execute HQ9+/Java: Difference between revisions

m
Lowercase-ing input
(Created page with '{{implementation|HQ9+}}{{collection|RCHQ9+}}Category:JavaThis program accepts input from a file named by its first argument, or std in if no arguments are given. <lang java>i…')
 
m (Lowercase-ing input)
Line 15:
}
while(input.ready()){
code += input.readLine().toLowerCase();
}
Anonymous user