From 855494200561a4df59bc154414dcaf89f8a92b3f Mon Sep 17 00:00:00 2001 From: Azamat Alimbayev <53107596+azakost@users.noreply.github.com> Date: Sat, 30 Nov 2019 17:09:31 +0600 Subject: [PATCH] Deleted sensless stuff --- subjects/raid3.en.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/subjects/raid3.en.md b/subjects/raid3.en.md index 5a73b27d..b51880ed 100644 --- a/subjects/raid3.en.md +++ b/subjects/raid3.en.md @@ -18,18 +18,13 @@ Create a program `raid3` that takes a `string` as an argument and displays the n ```console student@ubuntu:~/piscine-go/raid3$ ls -l --rw-r--r-- 1 student student nov 23 14:30 raid3.go +-rw-r--r-- 1 student student nov 23 14:30 main.go -rwxr-xr-x 1 student student nov 23 19:18 raid3 -rwxr-xr-x 1 student student nov 23 19:50 raid1a -drwxr-xr-x 2 student student nov 23 19:02 raid1aProg -rwxr-xr-x 1 student student nov 23 19:50 raid1b -drwxr-xr-x 2 student student nov 22 23:36 raid1bProg -rwxr-xr-x 1 student student nov 23 19:50 raid1c -drwxr-xr-x 2 student student nov 23 19:02 raid1cProg -rwxr-xr-x 1 student student nov 23 19:50 raid1d -drwxr-xr-x 2 student student nov 23 00:40 raid1dProg -rwxr-xr-x 1 student student nov 23 19:50 raid1e -drwxr-xr-x 2 student student nov 23 19:02 raid1eProg student@ubuntu:~/piscine-go/raid3$ ./raid1a 3 3 | ./raid3 [raid1a] [3] [3] student@ubuntu:~/piscine-go/raid3$