init
This commit is contained in:
commit
a3db719405
2 changed files with 17 additions and 0 deletions
5
src/main.cpp
Normal file
5
src/main.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello I'm clippy" << std::endl;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue