Skip to content

Instantly share code, notes, and snippets.

@babedev
Created July 26, 2017 08:46
Show Gist options
  • Save babedev/264dd454a157737e1c88f8735ef0d78e to your computer and use it in GitHub Desktop.
Save babedev/264dd454a157737e1c88f8735ef0d78e to your computer and use it in GitHub Desktop.
#include "hello.h"
char * hello() {
return "Hello World\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment