Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCompez authored Dec 18, 2024
1 parent b42bb34 commit 0ab9351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/entrypoint/stl/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
int main(int argc, char* argv[]) {

// Replace these placeholders with your actual API credentials
std::string consumerKey = "HRTuFcju8TpJJoJwhPTeh78y8";
std::string consumerSecret = "ZxiB9Ss6fPYJ7pb1lIOgSVC2MeVVDjM0fJmaBjscoGSPxIwNyg";
std::string consumerKey = "YourApiKey";
std::string consumerSecret = "YourSecretKey";

// Create an instance of the XCLI class
XCLI cli(consumerKey, consumerSecret);
Expand Down

0 comments on commit 0ab9351

Please sign in to comment.