logoISU  

CS256 - Principles of Structured Design

Fall 2021

Displaying ./code/sternflCode/x.c

#include<stdio.h>
#include<stdlib.h>


int main() {
  printf("hello\n");
  int n;
  scanf("%d", &n);
  system("clear");
  printf("bye\n");
  
}