Skip to content

Instantly share code, notes, and snippets.

@gnarlie
Created July 20, 2018 13:05
Show Gist options
  • Save gnarlie/b8352c78727df5d5cf960418c725ca80 to your computer and use it in GitHub Desktop.
Save gnarlie/b8352c78727df5d5cf960418c725ca80 to your computer and use it in GitHub Desktop.
Saying hi
#include <iostream>
inline void hello() {
std::cerr << "hello" << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment