mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
8 lines
133 B
C
8 lines
133 B
C
#include <stdio.h>
|
|
int main()
|
|
{
|
|
// printf() displays the string inside quotation
|
|
printf("Hello, Wss asdsad!\n");
|
|
return 0;
|
|
}
|