mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-09 13:40:50 +00:00
7 lines
75 B
C
7 lines
75 B
C
![]() |
#include <stdio.h>
|
||
|
int main()
|
||
|
{
|
||
|
printf("Hello, World!\n");
|
||
|
return 0;
|
||
|
}
|