mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-09 06:47:58 -05:00
6 lines
64 B
C++
6 lines
64 B
C++
#include <iostream>
|
|
|
|
int main(void) {
|
|
std::cout << "foo";
|
|
}
|