1
1
Fork 0
AtomicKotlinCourse/Introduction to Objects/Constraining Visibility/Exercise 3/task-info.yaml

33 lines
785 B
YAML

type: edu
files:
- name: src/Task.kt
visible: true
placeholders:
- offset: 347
length: 172
placeholder_text: ""
- offset: 551
length: 69
placeholder_text: |-
x += steps
x = crossBoundary(x)
- offset: 655
length: 69
placeholder_text: |-
x -= steps
x = crossBoundary(x)
- offset: 759
length: 69
placeholder_text: |-
y += steps
y = crossBoundary(y)
- offset: 861
length: 69
placeholder_text: |-
y -= steps
y = crossBoundary(y)
- name: test/Tests.kt
visible: false
feedback_link: |
https://docs.google.com/forms/d/e/1FAIpQLSdkaliSwYkjiV21bZl0yP-In2g5p17sAQCfaGjyHx_QYMWTiQ/viewform?usp=pp_url&entry.189755027=Introduction+to+Objects+%2F+Constraining+Visibility+%2F+Exercise2