Vinicius Teshima před 10 měsíci
rodič
revize
9a82cb6b75
1 změnil soubory, kde provedl 14 přidání a 0 odebrání
  1. 14 0
      Makefile

+ 14 - 0
Makefile

@@ -0,0 +1,14 @@
+
+
+
+001: 001-Two_Sum/main.go
+	go build 001-Two_Sum/main.go
+
+002: 002-Add_Two_Numbers/main.go
+	go build 002-Add_Two_Numbers/main.go
+
+003: 003-Longest_Substring_Without_Repeating_Characters/main.go
+	go build 003-Longest_Substring_Without_Repeating_Characters/main.go
+
+980: 930-Binary_Subarrays_With_Sum/main.c
+	gcc -o main 930-Binary_Subarrays_With_Sum/main.c