Skip to content

Instantly share code, notes, and snippets.

@oory33
Created November 8, 2022 03:55
Show Gist options
  • Save oory33/1b4700ff435ce4bc909be1e864b9fdf4 to your computer and use it in GitHub Desktop.
Save oory33/1b4700ff435ce4bc909be1e864b9fdf4 to your computer and use it in GitHub Desktop.
#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