Skip to content

Instantly share code, notes, and snippets.

View loliksamuel's full-sized avatar
🎯
analysing

lolik Samuel loliksamuel

🎯
analysing
View GitHub Profile
package com.fidelity.service;
import java.util.Arrays;
import java.util.Map;
import java.util.HashMap;
import java.util.Scanner;
import java.util.regex.Pattern;
import org.springframework.boot.CommandLineRunner;
import org.springframework.stereotype.Component;