Commit 3c89da9e by Sergey.Kolodchenko

Upload New File

parent 4148684d
Showing with 12 additions and 0 deletions
#include <stdio.h>
//#define NDEBUG
#include <assert.h>
int main() {
int x = 2;
assert (x == 3);
printf("%d", x);
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment