Skip to content

Commit f8df775

Browse files
authored
Helloworlld
1 parent 62177e5 commit f8df775

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

assign1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
public static Helloworld
2+
{
3+
public static viod main(String args[])
4+
{
5+
System.out.println("Hello world");
6+
}
7+
}

0 commit comments

Comments
 (0)