Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

#include <stdio.h> int main () { char yourname[100]; printf("What is your name?\t"); scanf("%s",yourname); printf("hello, %s\n", yourname); printf("Goodbye\n"); }

About

Computer Laboratory 2567-01

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors