Skip to content

Commit 0ac42b3

Browse files
authored
Merge pull request #37 from jetbrains-academy/igor/release
Igor/release
2 parents 17f278d + 3beb030 commit 0ac42b3

File tree

27 files changed

+100
-54
lines changed

27 files changed

+100
-54
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
id: 236570592

Conclusion/Feedback Survey/task.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Feedback survey
2+
3+
Thank you for taking our Functional Programming in Scala course!
4+
We would really appreciate it if you could take a few minutes to
5+
answer [our survey](https://surveys.jetbrains.com/s3/course-feedback-functional-programming-scala).
6+
Your feedback will help us improve this course and make it relevant for future students.

Conclusion/lesson-info.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
content:
2+
- Feedback Survey

Conclusion/lesson-remote-info.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
id: 987212155

Early Returns/Lazy Collection to the Rescue/task.md

Lines changed: 0 additions & 48 deletions
This file was deleted.
File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
object Main {
2+
def main(args: Array[String]): Unit = {
3+
// Write your solution here
4+
}
5+
}

0 commit comments

Comments
 (0)