mirror of
https://github.com/QingdaoU/Judger.git
synced 2025-01-04 11:21:42 +00:00
7 lines
145 B
C
7 lines
145 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(int argc, char *argv[]) {
|
|
printf("%s\n%s\n", getenv("env"), getenv("test"));
|
|
return 0;
|
|
} |