mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
7 lines
101 B
C++
7 lines
101 B
C++
// copyright 2020 divide-et-impera-11
|
|
#include <iostream>
|
|
#include <string>
|
|
int main() {
|
|
return 0;
|
|
}
|