mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 05:31:15 +00:00
10 lines
133 B
C
10 lines
133 B
C
#include <stdio.h>
|
|
|
|
int main (void) {
|
|
|
|
printf("User:perrenc\nName:Corwin\nFavorite Color:Dark Neon Green\n");
|
|
|
|
return 0;
|
|
|
|
}
|