Skip to content

Instantly share code, notes, and snippets.

@0xWOF
0xWOF / ProjectLineCounter.java
Last active September 21, 2018 03:01
ProjectLineCounter.java
import java.io.*;
/**
* Created by WOF on 2015. 11. 2..
*/
public class LineCounter {
public static void main(String[] args) throws IOException {
String path = "/Users/wof/develop/BandiSmart";
File folder = new File(path);