Initial commit
This commit is contained in:
12
rapidhash/all/test_package/test_package.cpp
Normal file
12
rapidhash/all/test_package/test_package.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#include "rapidhash.h"
|
||||
|
||||
int main() {
|
||||
std::string text = "Hello, rapidhash.";
|
||||
|
||||
std::cout << rapidhash(text.data(), text.size()) << '\n';
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user