@@ -0,0 +1,3 @@
# Hello World
Testing gitea public repo
@@ -0,0 +1,9 @@
#include <stdio.h>
int main(void)
{
const char *hello = "Hello, World!";
printf("%s\n", hello);
return 0;
}
The note is not visible to the blocked user.