diff --git a/README.md b/README.md index f053b72d..c5f00431 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# Hack-the-code \ No newline at end of file +# Hack-the-code +import java.util.*; +public class a +{ +public static void main(String args[]) +{ +System.out.println("hello"); +} +}