Skip to content

Commit 1797619

Browse files
first commit
0 parents commit 1797619

File tree

8 files changed

+39
-0
lines changed

8 files changed

+39
-0
lines changed

META-INF/main.kotlin_module

26 Bytes
Binary file not shown.

YoKt.class

947 Bytes
Binary file not shown.

bh.js

Whitespace-only changes.

gh.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html lang="en">
2+
<head>
3+
<meta charset="UTF-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<title>vindya</title>
6+
</head>
7+
<body>
8+
<p>this is a </p>
9+
</body>
10+
</html>

re.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
class Input
2+
{
3+
public static void main(String args[])
4+
{
5+
System.out.println("vindya shivam");
6+
int i=10;
7+
if(i==20)
8+
{
9+
System.out.println("hi");
10+
}
11+
else{
12+
System.out.print("youn");
13+
}
14+
}
15+
}

shreyas nu,mbver.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8873042323=shreyas number

yo.jar

1.3 MB
Binary file not shown.

yo.kt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
fun main(args: Array<String>)
2+
{
3+
val age=95;
4+
// println(n);
5+
if(age>100)
6+
{
7+
println("you dont know how to play chess at grandmaster level");
8+
}
9+
else
10+
{
11+
println("you can play");
12+
}
13+
}

0 commit comments

Comments
 (0)