Skip to content
Snippets Groups Projects
Commit 490a9ad3 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Let's pretend to do something

parent 83543336
No related branches found
No related tags found
No related merge requests found
*~
/build
cmake_minimum_required (VERSION 2.6)
project (Pastis)
add_executable(pastis main.cpp)
#include <iostream>
int main(int argc, char **argv)
{
std::cout << "It's pastis time!\n";
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment