dotfiles/templates/C++/main.cxx
2018-02-12 14:47:28 +01:00

9 lines
71 B
C++

#include <iostream>
int main(int argc, char **argv)
{
return 0;
}