Advertisement
theguild42

something

Jun 16th, 2023
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. #include "wp.h"
  5. int main(){
  6.     wp_init();
  7.     cout << "WirePlumber Initalized!" << endl;
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement