blob: 508387ebfd78df6f5d9f94e8b6888700e2f7498e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* Author: Gregory Wainer <[email protected]>
* Date: 10/14/2023
*
*/
#include <iostream>
#include <string>
int main(int argc, char *argv[]) {
std::cout << "PRU1" << std::endl;
}
|