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

int main(void)
{
    
}