eris/tests/golden-files/results/uncrustify-hello_c

7 lines
1.4 KiB
Text
Raw Normal View History

2016-10-26 14:09:05 +02:00
(B#include(B (B<stdio.h>(B (B
(B (B
(Bint(B (Bmain(B()(B (B
(B{(B (B
(B printf((B"Hello World\n"(B);(B
(B (Breturn(B (B0(B;(B (B
(B}(B (B