diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-07-16 12:58:13 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-07-16 12:58:13 +0200 |
| commit | 14914f50c3de6c5444e13cf67db064b03c1c90ef (patch) | |
| tree | 3ecf5a41b4541980ba0287a431681cd5ae25ad84 /exam00/traces/1-0-ft_countdown.trace.txt | |
| parent | 217bcb0d4e3ba60604921cb40d5a11a64f93cfc7 (diff) | |
| download | piscine-14914f50c3de6c5444e13cf67db064b03c1c90ef.tar.gz piscine-14914f50c3de6c5444e13cf67db064b03c1c90ef.tar.bz2 piscine-14914f50c3de6c5444e13cf67db064b03c1c90ef.zip | |
c09 passed, c10 start, exam00 and exam01
Diffstat (limited to 'exam00/traces/1-0-ft_countdown.trace.txt')
| -rw-r--r-- | exam00/traces/1-0-ft_countdown.trace.txt | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/exam00/traces/1-0-ft_countdown.trace.txt b/exam00/traces/1-0-ft_countdown.trace.txt new file mode 100644 index 0000000..af6adf8 --- /dev/null +++ b/exam00/traces/1-0-ft_countdown.trace.txt @@ -0,0 +1,53 @@ += Host-specific information ==================================================== +$> hostname; uname -msr +e-r3-p3.s19.be +Darwin 16.7.0 x86_64 +$> date +Fri Jul 5 18:39:16 CEST 2019 +$> gcc --version +Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 +Apple LLVM version 9.0.0 (clang-900.0.39.2) +Target: x86_64-apple-darwin16.7.0 +Thread model: posix +InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin +$> clang --version +Apple LLVM version 9.0.0 (clang-900.0.39.2) +Target: x86_64-apple-darwin16.7.0 +Thread model: posix +InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin + += User files collection ======================================================== +Collecting user files from Vogsphere +Repository URL: auto-exam/2019/c-piscine-exam-00/exam_20190705/cacharle + += Git history ================================================================== +$> git -C /var/folders/k2/w11t1l8x7yz1sljm2w6ctr0m0000gq/T/tmpX7leMe/user log --pretty='%H - %an, %ad : %s' +1bff6951e5d37fb9f911e6cf93afdb9a2a079a64 - Exam 42, Fri Jul 5 18:38:16 2019 +0200 : exam00 ft_countdown +1ea27768767e32d773e78820d481b20a4d108c5b - Exam 42, Fri Jul 5 18:23:38 2019 +0200 : exam only_z + += Collected files ========================================== +$> ls -lAR /var/folders/k2/w11t1l8x7yz1sljm2w6ctr0m0000gq/T/tmpX7leMe/user +total 8 +-rw-r--r-- 1 deepthought deepthought 445 Jul 5 18:39 __GIT_HISTORY +drwxr-xr-x 3 deepthought deepthought 102 Jul 5 18:39 ft_countdown +drwxr-xr-x 3 deepthought deepthought 102 Jul 5 18:39 only_z + +/var/folders/k2/w11t1l8x7yz1sljm2w6ctr0m0000gq/T/tmpX7leMe/user/ft_countdown: +total 8 +-rw-r--r-- 1 deepthought deepthought 176 Jul 5 18:39 ft_countdown.c + +/var/folders/k2/w11t1l8x7yz1sljm2w6ctr0m0000gq/T/tmpX7leMe/user/only_z: +total 8 +-rw-r--r-- 1 deepthought deepthought 85 Jul 5 18:39 only_z.c + += ft_countdown ================================================================= +$> gcc -Wextra -Wall -Werror ft_countdown.c -o user_exe + += Test 1 =================================================== +$> ./w1f15fi1k22snxrsd4a6asvb +$> diff -U 3 user_output_test1 test1.output | cat -e + +Diff OK :D +Grade: 1 + += Final grade: 1 =============================================================== |
