Skip to content

Commit fb05bcc

Browse files
authored
Add files via upload
0 parents  commit fb05bcc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

FirstProgramme.java

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
public class FirstProgramme{
2+
public static void main(String args[]){
3+
int a=100;
4+
System.out.println(a);
5+
}
6+
}

0 commit comments

Comments
 (0)