Skip to content

Instantly share code, notes, and snippets.

@hanjae-jea
Forked from anonymous/gist:8f8c7d8cd9845cfa92e9
Created October 29, 2014 05:57
Show Gist options
  • Save hanjae-jea/fe0af2349de2a3109eec to your computer and use it in GitHub Desktop.
Save hanjae-jea/fe0af2349de2a3109eec 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