Skip to content

Instantly share code, notes, and snippets.

@oory33
Created November 8, 2022 03:55
Show Gist options
  • Save oory33/69daaf664cef459f4f075c44371c364a to your computer and use it in GitHub Desktop.
Save oory33/69daaf664cef459f4f075c44371c364a to your computer and use it in GitHub Desktop.
#include <iostream>
#include "greetings.hpp"
void hello_world()
{
std::cout << "Hello, world!" << std::endl;
}
void goodbye_world()
{
std::cout << "Goodbye, world!" << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment