Removing this (oops)

This commit is contained in:
synt-xerror
2026-02-19 02:28:40 -03:00
parent f3667d615e
commit 1ee3da6722
2 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ For security reasons, you should get the API key via Neocities settings. This fu
## Example Usage ## Example Usage
See [example.c] See example.c
--- ---

View File

@@ -3,8 +3,8 @@
#include <stdlib.h> #include <stdlib.h>
int main() { int main() {
static const char* username = "errorsyntax"; static const char* username = "YOUR_USER_NAME";
static const char* api_key = "859d457a6c9271b18c40a8540b314276"; static const char* api_key = "YOUR_API_KEY";
char* out = NULL; char* out = NULL;