mirror of
https://github.com/WallabyLester/RBF-aPID-Controller.git
synced 2026-05-10 13:09:12 +08:00
9 lines
110 B
C++
9 lines
110 B
C++
#include <iostream>
|
|
#include <cmath>
|
|
|
|
int main() {
|
|
std::cout << "Test" << std::endl;
|
|
|
|
return 0;
|
|
}
|