Skip to content

Instantly share code, notes, and snippets.

@rbnpercy
Created November 11, 2019 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbnpercy/0ea40d2bf3632d3fd50713ca8e6e90ea to your computer and use it in GitHub Desktop.
Save rbnpercy/0ea40d2bf3632d3fd50713ca8e6e90ea to your computer and use it in GitHub Desktop.
#include <stdio.h>
void hi(const char * name){
printf("Hi %s!\n", name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment