MCPcopy Create free account
hub / github.com/dhanji/g3 / greet

Function greet

examples/test_code/example.c:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <stdio.h>
2
3void greet(const char* name) {
4 printf("Hello, %s!\n", name);
5}
6
7int add(int a, int b) {
8 return a + b;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected