mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-20 03:58:28 -05:00
7 lines
71 B
C++
7 lines
71 B
C++
#include "jwt-cpp/jwt.h"
|
|
|
|
int main() {
|
|
jwt::claim claim;
|
|
return 0;
|
|
}
|