Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 146 Bytes

File metadata and controls

9 lines (6 loc) · 146 Bytes

Class Declaration

To declare a class, you say class followed by a name for the class and a pair of { and }

class Muppet {

}