Monitor.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 28 Dec 2013 22:07:36 +0000 (06:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 28 Dec 2013 22:07:36 +0000 (06:07 +0800)
Monitor.vala

index f1c5898..c093292 100644 (file)
@@ -13,7 +13,7 @@ using Gee; // for array list?
 static int main (string[] args) {
     // A reference to our file
     var file = File.new_for_path ("data.txt");
-
+    return 0;
 
 }