commit | 0c86bd654894a192ae1c78c5cba7182ff5d8c806 | [log] [tgz] |
---|---|---|
author | 140572 <55581972+140572@users.noreply.github.com> | Wed Apr 01 18:42:05 2020 +0530 |
committer | GitHub <noreply@github.com> | Wed Apr 01 18:42:05 2020 +0530 |
tree | c0100dd8bb4b3ae0372815526a53890fc599bf59 | |
parent | 6d1be57fd5d9f93de32f728db57f1d4e1a57c41e [diff] |
Update Sample.java
diff --git a/Sample.java b/Sample.java index 0935afc..24c74d1 100644 --- a/Sample.java +++ b/Sample.java
@@ -1,3 +1,6 @@ -Class{ - +Class Sample{ +public static void main(String ar[]) +{ + System.out.println("Sample Code") +} }