3am Code is starting to show. Get this build working. #324
This commit is contained in:
parent
f0ff8ad4b3
commit
84fd2348ea
@ -10,7 +10,7 @@ public class AppTest {
|
|||||||
public static final String MESSAGE_TO_PRINT = "hello world";
|
public static final String MESSAGE_TO_PRINT = "hello world";
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public static void main() {
|
public void main() {
|
||||||
Printer hpPrinter = new HPPrinter();
|
Printer hpPrinter = new HPPrinter();
|
||||||
Printer canonPrinter = new CanonPrinter();
|
Printer canonPrinter = new CanonPrinter();
|
||||||
Printer epsonPrinter = new EpsonPrinter();
|
Printer epsonPrinter = new EpsonPrinter();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user