Skip to content
Snippets Groups Projects
Commit 6ba8da45 authored by Sara El Alaoui's avatar Sara El Alaoui
Browse files

Adjusted formatting

parent d43cb97b
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,11 @@ public class Game {
private static enum Direction {
UP, DOWN, RIGHT, LEFT,
}
private static enum Result {
WIN, NOT_ALLOWED, NEW_POSITION,
}
static final int x_win = 7;
static final int y_win = 6;
......
package edu.unl.cse.soft160.decomposition_and_conditionals;
public class Nand {
private static enum TruthValue {
TRUE, FALSE, UNKNOWN,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment