mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced 2026-07-04 15:03:04 +02:00
11 lines
138 B
C
Executable File
11 lines
138 B
C
Executable File
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <windows.h>
|
|
|
|
int main()
|
|
{
|
|
printf("Henlo\n");
|
|
sleep(20);
|
|
return 0;
|
|
}
|