From 6be3d656e329b76fdd28251013cdbdd62245424e Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Fri, 21 Nov 2014 20:19:00 +0100 Subject: [PATCH] Clean up playground. --- Div/Test area.playground/section-1.swift | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Div/Test area.playground/section-1.swift b/Div/Test area.playground/section-1.swift index 4384b6e..47a4fec 100644 --- a/Div/Test area.playground/section-1.swift +++ b/Div/Test area.playground/section-1.swift @@ -3,11 +3,3 @@ import SwiftShell -let (input,output) = streams() - -input.writeln("10.17.14,15:58:00,Magesmerte,Middels,Ut dagen. Spiste noe lell.") -input.writeln("10.14.14,16:49:00,Magesmerte,Middels,\"Spiste skive med brunost , så skive med peanøttsmør og kvart eple. Etter jobb, før trening.\" ") -input.writeln("10.14.14,11:49:28,Drit,Middels,") -input.closeStream() - -output.lines() |> map { $0.replace(",","\t",limit: 4) } |> writeTo(standardoutput)