This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package fr.sdaclin.dedup | |
import java.io.File | |
/** | |
* Will find recursively duplicated files in some dirs (comparison based on fileName + Size) | |
*/ | |
fun main(args: Array<String>) { | |
println("I'm working...") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<scheme name="IdeaBespin" version="142" parent_scheme="Default"> | |
<option name="LINE_SPACING" value="1.0" /> | |
<option name="EDITOR_FONT_SIZE" value="14" /> | |
<option name="EDITOR_LIGATURES" value="true" /> | |
<console-font> | |
<option name="EDITOR_FONT_NAME" value="Consolas" /> | |
<option name="EDITOR_FONT_SIZE" value="12" /> | |
</console-font> | |
<console-font> | |
<option name="EDITOR_FONT_NAME" value="Monospaced" /> |