Skip to content

Instantly share code, notes, and snippets.

View gogi2811's full-sized avatar

Gaurav Lotekar gogi2811

View GitHub Profile
import java.util.*;
public class Main {
public static void main(String[] args) {
System.out.println(translate("dyzsa"));
}
static String vowels = "aeiou";
static String const_str = "ay";
Fundamentals of Hadoop