lab
This commit is contained in:
5
labs/lab1/poem.java
Normal file
5
labs/lab1/poem.java
Normal file
@ -0,0 +1,5 @@
|
||||
public class java {
|
||||
public static void main (String[] args) {
|
||||
System.out.println("Roses are red\nViolets are blue\nSugar is sweet\nAnd so are you! ");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user