Guest User

Untitled

a guest
Feb 16th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. diff --git a/test.c b/test.c
  2. index 05799bd..0f0153c 100644
  3. --- a/test.c
  4. +++ b/test.c
  5. @@ -10,6 +10,11 @@ int variableA = -1;
  6. */
  7. int variableB = 0;
  8.  
  9. +/*
  10. + * this is variable C
  11. + */
  12. +int variableC = 28;
  13. +
  14. /*
  15. * this is function X
  16. */
Add Comment
Please, Sign In to add comment