Update Anagram.java

pull/874/head
Devansh Singh 2022-10-05 12:28:19 +05:30 committed by GitHub
parent a53596a6b1
commit 069cd2a433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
@@ -0,0 +1,35 @@
import java.util.*; import java.util.*;
public class Anagram { public class Anagram {
public static void main(String[] args) { public static void main(String[] args) {