mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 11:06:32 +00:00
7 lines
89 B
Plaintext
Vendored
7 lines
89 B
Plaintext
Vendored
#include <stdio.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
printf("Hello, %s\n", "world");
|
|
}
|