eris/golden-files/results/uncrustify-hello_h

519 B

#ifndef HELLO_H
#define HELLO_H
 
void hello();
 
#endif