Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CommitCafe.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
public class CommitCafe {
public static void main(String[] args) {
String barista = "Base";
int cups = 0;
String barista = "Starbocks";
int cups = 5;

// TODO: Simulate a merge conflict by editing this file.
// Replace the println() below with your own message or pun.
System.out.println(barista + " brewed " + cups + " cups today.");
System.out.println(barista + " brewed " + cups + " cups of qahwa this mornin");
}
}

// Branch for Shihab