We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit fb05bccCopy full SHA for fb05bcc
FirstProgramme.java
@@ -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