This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
sp-01/c/main.c
2023-09-22 20:44:41 +02:00

6 lines
No EOL
80 B
C

#include <stdio.h>
#include <stdlib.h>
int main() {
puts(getenv("USER"));
}