From 8b52ea096b31151fa18dffe939917559ce0f321a Mon Sep 17 00:00:00 2001 From: Arkadiusz Hypki Date: Mon, 18 Mar 2024 14:37:20 +0100 Subject: [PATCH] 'Added desc' --- 04_AWK/stars/awk_excercises.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_AWK/stars/awk_excercises.txt b/04_AWK/stars/awk_excercises.txt index 120183a..02898a0 100644 --- a/04_AWK/stars/awk_excercises.txt +++ b/04_AWK/stars/awk_excercises.txt @@ -7,4 +7,4 @@ Hints: * column 17 - initial star's type, it has to be smaller than 14 * column 37 - final star's type, it has to be 14 (internal note that we have a black hole(BH)) -So, BH formes if the type was not 14 in column 17, but in the same line, in the column 37 equals 14. \ No newline at end of file +So, BH formes if the type was not 14 in column 17, but in the same line, in the column 37 equals 14. Number of such events (rows) have to be computed per every time step (column timenr). \ No newline at end of file