sbn.cassigment/work1/single.c

8 lines
107 B
C

#include "stdio.h"
#include "stdlib.h"
int main() {
printf("Welcome!");
printf("Goodbye!");
}