We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ae955 commit c148456Copy full SHA for c148456
src/Main_1/Main.java
@@ -3,7 +3,8 @@
3
public class Main {
4
5
public static void main(String[] args) {
6
- System.out.println("hello world!!!!");
+ Run s = new Run();
7
+ s.print("ssssssssssssssssaaaawweer");
8
9
}
10
0 commit comments