Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion First.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ public static void main(String[] args) {
int num;
num=100;
System.out.println("this is num"+num);

}
}
3 changes: 3 additions & 0 deletions HelloWorld.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fun main(){
println("Hello world!")
}
2 changes: 1 addition & 1 deletion file.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class A {
class A {
public static void main(String args[]){
System.out.println("Hello World!");
}
Expand Down