Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
void greet(const char* name) {
4
printf(
"Hello, %s!\n"
, name);
5
}
6
7
int add(int a, int b) {
8
return a + b;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected