a-n-ermakov / deduplicate-demo

Users with multiple emails deduplication demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deduplicate-demo

Description

Users with multiple emails deduplication demo

  • input: stdin (\n when finished)
  • output: stdout
  • format: user1 -> email1, email2

Build

$: mvn clean package

Run

Unix

$: chmod +x ./run.sh
$: ./run.sh

Windows

$: run.cmd

About

Users with multiple emails deduplication demo

License:MIT License


Languages

Language:Java 98.3%Language:Shell 0.9%Language:Batchfile 0.8%