Filling in ex3
This commit is contained in:
parent
88f82d39aa
commit
84d3be78f1
1
lcthw-remnants-2/.gitignore
vendored
1
lcthw-remnants-2/.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
ex1
|
ex1
|
||||||
|
ex3
|
||||||
|
12
lcthw-remnants-2/ex3.c
Normal file
12
lcthw-remnants-2/ex3.c
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
int age = 10;
|
||||||
|
int height = 72;
|
||||||
|
|
||||||
|
printf("I am %d years old.\n", age);
|
||||||
|
printf("I am %d inches tall.\n", height);
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user