Skip to content

Instantly share code, notes, and snippets.

Created October 29, 2014 05:56
Show Gist options
  • Save anonymous/8f8c7d8cd9845cfa92e9 to your computer and use it in GitHub Desktop.
Save anonymous/8f8c7d8cd9845cfa92e9 to your computer and use it in GitHub Desktop.
package sunwooks;
import java.io.*;
import java.util.Scanner;
public class light {
public static void main(String [] args)throws IOException{
int size;
int [][] area;
int count;
//read File
Scanner inFile= new Scanner(new File("input.txt"));
size=inFile.nextInt();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment