GITLAB
pcwik
/
chainedecompilation
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
36e365ead7c6e7b3c91b3b946e4f729fecab5d78
Authored by
Pierre Cwik
2016-03-18 15:06:28 +0100
0 parents
premier envoi de pc a lab fichier essai.c
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
essai.c
Inline
Side-by-side
essai.c
0 → 100644
Show/Hide comments
View file @
36e365e
1
+++ a/essai.c
@@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
1
+#include <stdio.h>
2
+
3
+main()
4
+{
5
+
6
+printf("\n bonjour je test \n");
7
+
8
+return 0;
9
+
10
+}