First commit
This commit is contained in:
10
IUT/Info1/TD/Exercices/test/main.cpp
Normal file
10
IUT/Info1/TD/Exercices/test/main.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "functions.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user