Blame view

Raspberry/data.cpp 107 Bytes
aeee6ab0   sfeutrie   Ajout du fichier ...
1
2
3
4
5
6
7
8
  #include <iostream>

  using namespace std;

  

  int main() 

  {

      cout << "Hello, World!";

      return 0;

  }