eris/golden-files/results/uncrustify-hello_h

6 lines
716 B
Text
Raw Normal View History

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