summaryrefslogtreecommitdiff
path: root/wk5/lect/test.c
blob: f5ccf22c8fb0e44d987a2e5505777ca811d33a13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <cs50.h>
#include <ctype.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>

int main(void)
{
    int i = 000;
    printf("%i", i);
}