Skip to content

Commit c148456

Browse files
committed
ssss
1 parent 86ae955 commit c148456

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Main_1/Main.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
public class Main {
44

55
public static void main(String[] args) {
6-
System.out.println("hello world!!!!");
6+
Run s = new Run();
7+
s.print("ssssssssssssssssaaaawweer");
78

89
}
910

0 commit comments

Comments
 (0)