Line Code
1 2 3 4 5 6
#ifndef tutorial_h
#define tutorial_h

void tutorial();

#endif