From 6b8bd7203bab349a4280e2f507e2e8a2edc98f71 Mon Sep 17 00:00:00 2001 From: Ihab Date: Thu, 17 Feb 2022 14:01:23 +0000 Subject: [PATCH] Update README.md --- subjects/math-skills/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/math-skills/README.md b/subjects/math-skills/README.md index a32b7708..b0a317eb 100644 --- a/subjects/math-skills/README.md +++ b/subjects/math-skills/README.md @@ -28,7 +28,7 @@ This data represents a graph in which the values of the x axis are the number of To run your program a command similar to this one will be used if your project is made in Go: ```sh ->$ go run your-program.go data.txt +$> go run your-program.go data.txt ``` After reading the file, your program must execute each of the calculations asked above and print the results in the following manner (the following numbers are only examples):