Test.GtkWriter.vala
authorAlan Knowles <alan@roojs.com>
Thu, 5 Jun 2014 08:57:50 +0000 (16:57 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 5 Jun 2014 08:57:50 +0000 (16:57 +0800)
Test.GtkWriter.vala

index 971a8da..6f02192 100644 (file)
@@ -5,10 +5,8 @@
 */
 
 public static int main () {
-       // Output:
-       //   ``\tOh please, don't call me human.``
-       //   ``\tJust \"Doctor\" would do very nicely, thank you.``
-       string escaped = "\tOh please, don't call me human.\n\tJust \"Doctor\" would do very nicely, thank you.".escape ("\n");
-       stdout.printf ("%s\n", escaped);
-       return 0;
+
+
+
+       
 }
\ No newline at end of file