Initial commit
This commit is contained in:
8
kapitel6/if-ex3.c
Normal file
8
kapitel6/if-ex3.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
if (5 == (3+2))
|
||||
printf("5 är detsamma som 3+2\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user