c-course/c-basic/hello.h
Mert Gör bde2e44f89
All checks were successful
ci/woodpecker/push/build Pipeline was successful
a better hello example implemented
2025-06-16 21:32:07 +03:00

6 lines
55 B
C

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