-
-
Save oory33/1b4700ff435ce4bc909be1e864b9fdf4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef HELLO_H | |
#define HELLO_H | |
void hello_world(); | |
#endif | |
#ifndef GOODBYE_H | |
#define GOODBYE_H | |
void goodbye_world(); | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment