mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
8 lines
76 B
C
8 lines
76 B
C
#include <junk.h>
|
|
#include "junk1.h"
|
|
|
|
main()
|
|
{
|
|
printf("hello, world\n");
|
|
}
|