Phil
2 năm trước cách đây
mục cha
commit
58b423ad59
1 tập tin đã thay đổi với
18 bổ sung và
0 xóa
-
18
0
lib/tron.rb
|
|
@@ -0,0 +1,18 @@
|
|
|
+require 'socket'
|
|
|
+
|
|
|
+def connect(host,port)
|
|
|
+
|
|
|
+end
|
|
|
+
|
|
|
+def parse(message)
|
|
|
+
|
|
|
+end
|
|
|
+
|
|
|
+def decide()
|
|
|
+
|
|
|
+end
|
|
|
+
|
|
|
+def chat(message)
|
|
|
+
|
|
|
+end
|
|
|
+
|