Skip to content

Commit a23ce08

Browse files
author
Necmiye Soylu
committed
.
0 parents  commit a23ce08

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

first.class

423 Bytes
Binary file not shown.

first.java

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

printf_.class

491 Bytes
Binary file not shown.

printf_.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
public class printf_
2+
{
3+
public static void main(String[] args)
4+
{
5+
System.out.printf("%s%n%s","Necmiye","SOYLU");
6+
}
7+
}//* c=\n %n

0 commit comments

Comments
 (0)