-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
393 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
1: | ||
go run main1.go common.go <input | ||
main1: | ||
go build -o main1 main1.go common.go | ||
|
||
1rb: | ||
ruby main1.rb <input | ||
main2: | ||
go build -o main2 main2.go common.go | ||
|
||
1py: | ||
python3 main1.py <input | ||
.PHONY: run1 run2 clean | ||
|
||
2: | ||
go run main2.go common.go <input | ||
run1: main1 | ||
./main1 <input | ||
|
||
2rb: | ||
ruby main2.rb <input | ||
run2: main2 | ||
./main2 <input | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
||
2py: | ||
python3 main2.py <input |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
1: | ||
go run main1.go common.go <input | ||
main1: | ||
go build -o main1 main1.go common.go | ||
|
||
2: | ||
go run main2.go common.go <input | ||
main2: | ||
go build -o main2 main2.go common.go | ||
|
||
.PHONY: run1 run2 clean draw | ||
|
||
run1: main1 | ||
./main1 <input | ||
|
||
run2: main2 | ||
./main2 <input | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
||
draw: | ||
go run main2_draw.go common.go <input |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
1: | ||
go run main1.go common.go vm.go cmd.go | ||
main1: | ||
go build -o main1 main1.go common.go cmd.go vm.go | ||
|
||
main2: | ||
go build -o main2 main2.go common.go cmd.go vm.go | ||
|
||
.PHONY: run1 run2 clean | ||
|
||
run1: main1 | ||
./main1 <input | ||
|
||
run2: main2 | ||
./main2 <input | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
||
2: | ||
go run main2.go common.go vm.go cmd.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
1: | ||
go run main1.go | ||
main1: | ||
go build -o main1 main1.go | ||
|
||
main2: | ||
go build -o main2 main2.go | ||
|
||
.PHONY: run1 run2 clean | ||
|
||
run1: main1 | ||
./main1 <input | ||
|
||
run2: main2 | ||
./main2 <input | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
||
2: | ||
go run main2.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
1: | ||
go run main1.go cmd.go vm.go common.go | ||
main1: | ||
go build -o main1 main1.go common.go cmd.go vm.go | ||
|
||
2: | ||
go run main2.go cmd.go vm.go common.go | ||
main2: | ||
go build -o main2 main2.go common.go cmd.go vm.go | ||
|
||
.PHONY: run1 run2 clean play | ||
|
||
run1: main1 | ||
./main1 <input | ||
|
||
run2: main2 | ||
./main2 <input | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
||
play: | ||
go run main2_play.go cmd.go vm.go common.go | ||
go run main2_play.go cmd.go vm.go common.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
1: | ||
go run main1.go common.go <input | ||
main1: | ||
go build -o main1 main1.go common.go | ||
|
||
main2: | ||
go build -o main2 main2.go common.go | ||
|
||
.PHONY: run1 run2 clean | ||
|
||
run1: main1 | ||
./main1 <input | ||
|
||
run2: main2 | ||
./main2 <input | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
||
2: | ||
go run main2.go common.go <input |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
1: | ||
go run main1.go common.go cmd.go vm.go | ||
main1: | ||
go build -o main1 main1.go common.go cmd.go vm.go | ||
|
||
main2: | ||
go build -o main2 main2.go common.go cmd.go vm.go | ||
|
||
.PHONY: run1 run2 clean | ||
|
||
run1: main1 | ||
./main1 <input | ||
|
||
run2: main2 | ||
./main2 <input | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
||
2: | ||
go run main2.go common.go cmd.go vm.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
1: | ||
go run main1.go common.go <input | ||
main1: | ||
go build -o main1 main1.go common.go | ||
|
||
main2: | ||
go build -o main2 main2.go common.go | ||
|
||
.PHONY: run1 run2 clean | ||
|
||
run1: main1 | ||
./main1 <input | ||
|
||
run2: main2 | ||
./main2 <input | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
||
2: | ||
go run main2.go common.go <input |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
1: | ||
go run main1.go vm.go cmd.go <input | ||
main1: | ||
go build -o main1 main1.go vm.go cmd.go | ||
|
||
2: | ||
go run main2.go vm.go cmd.go <input | ||
main2: | ||
go build -o main2 main2.go vm.go cmd.go | ||
|
||
.PHONY: run1 run2 clean draw | ||
|
||
run1: main1 | ||
./main1 <input | ||
|
||
run2: main2 | ||
./main2 <input | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
||
draw: | ||
go run main2_draw.go vm.go cmd.go <input | ||
go run main2_draw.go vm.go cmd.go <input |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
1: | ||
go run main1.go graph.go common.go <input1 | ||
main1: | ||
go build -o main1 main1.go graph.go common.go | ||
|
||
main2: | ||
go build -o main2 main2.go graph.go common.go | ||
|
||
.PHONY: run1 run2 clean | ||
|
||
run1: main1 | ||
./main1 <input1 | ||
|
||
run2: main2 | ||
./main2 <input2 | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
||
2: | ||
go run main2.go graph.go common.go <input2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
1: | ||
go run main1.go common.go <input | ||
main1: | ||
go build -o main1 main1.go common.go | ||
|
||
main2: | ||
go build -o main2 main2.go common.go | ||
|
||
.PHONY: run1 run2 clean | ||
|
||
run1: main1 | ||
./main1 <input | ||
|
||
run2: main2 | ||
./main2 <input | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
||
2: | ||
go run main2.go common.go <input |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
1: | ||
go run main1.go common.go <input | ||
main1: | ||
go build -o main1 main1.go common.go | ||
|
||
main2: | ||
go build -o main2 main2.go common.go | ||
|
||
.PHONY: run1 run2 clean | ||
|
||
run1: main1 | ||
./main1 <input | ||
|
||
run2: main2 | ||
./main2 <input | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
||
2: | ||
go run main2.go common.go <input |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
1: | ||
go run main1.go vm.go common.go | ||
main1: | ||
go build -o main1 main1.go common.go vm.go | ||
|
||
2: | ||
go run main2.go vm.go common.go | ||
main2: | ||
go build -o main2 main2.go common.go vm.go | ||
|
||
.PHONY: run1 run2 clean | ||
|
||
run1: main1 | ||
./main1 <input | ||
|
||
run2: main2 | ||
./main2 <input | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
1: | ||
go run main1.go <input | ||
main1: | ||
go build -o main1 main1.go | ||
|
||
main2: | ||
go build -o main2 main2.go | ||
|
||
.PHONY: run1 run2 clean | ||
|
||
run1: main1 | ||
./main1 <input | ||
|
||
run2: main2 | ||
./main2 <input | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
||
2: | ||
go run main2.go <input |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
1: | ||
go run main1.go vm.go | ||
main1: | ||
go build -o main1 main1.go vm.go | ||
|
||
main2: | ||
go build -o main2 main2.go vm.go | ||
|
||
.PHONY: run1 run2 clean | ||
|
||
run1: main1 | ||
./main1 <input | ||
|
||
run2: main2 | ||
./main2 <input | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
||
2: | ||
go run main2.go vm.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
1: | ||
go run main1.go common.go <input | ||
main1: | ||
go build -o main1 main1.go common.go | ||
|
||
main2: | ||
go build -o main2 main2.go common.go | ||
|
||
.PHONY: run1 run2 clean | ||
|
||
run1: main1 | ||
./main1 <input | ||
|
||
run2: main2 | ||
./main2 <input | ||
|
||
clean: | ||
rm -f main1 main2 | ||
|
||
2: | ||
go run main2.go common.go <input |
Oops, something went wrong.