Skip to content

Instantly share code, notes, and snippets.

@Anjini2004
Anjini2004 / hw1.c
Last active February 11, 2026 22:19
#include <stdio.h> // printf
#include <stdlib.h> // atoi, exit
int main(int argc, char *argv[])
{
if (argc !=3)
{
printf("Error: Expected command arguments:./tftp.out <start_port> <end_port>\n");