mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-09 21:47:07 +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;
|
|
}
|