1
1
Fork 0
AtomicKotlinCourse/Introduction to Objects/Creating Classes/Exercise 3/task-info.yaml

20 lines
511 B
YAML

type: edu
files:
- name: src/Task.kt
visible: true
placeholders:
- offset: 62
length: 264
placeholder_text: // create Robot class
- offset: 341
length: 36
placeholder_text: |-
/*
val robot = Robot()
robot.up(11)
*/
- 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+Creating+Classes+%2F+Exercise1