diff --git a/Латин Ярослав/1ch.fs b/Латин Ярослав/1ch.fs index 743ae36..03677b1 100644 --- a/Латин Ярослав/1ch.fs +++ b/Латин Ярослав/1ch.fs @@ -1,7 +1,4 @@ -// For more information see https://aka.ms/fsharp-console-apps - - -let mutable y1 = 1 +let mutable y1 = 1 let _ = y1 <- y1*2 in let _ = y1 <- y1+1 in let _ = y1 <- y1+1 in diff --git a/Латин Ярослав/2ch.fs b/Латин Ярослав/2ch.fs index 9898a1d..d226ca3 100644 --- a/Латин Ярослав/2ch.fs +++ b/Латин Ярослав/2ch.fs @@ -1,5 +1,4 @@ -// For more information see https://aka.ms/fsharp-console-apps -module kolok +module kolok let mutable x = []