mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
|
name: String = "Writing a Template"
|
||
|
|
||
|
part: Int = 3
|
||
|
|
||
|
hasExercises: Boolean = true
|
||
|
|
||
|
amountLearned: Float = 13.37
|
||
|
|
||
|
duration: Duration = 30.min
|
||
|
|
||
|
bandwidthRequirementPerSecond: DataSize = 50.mb
|