playground/c/.c
2024-04-26 20:35:15 +09:00

6 lines
63 B
C

#include <stdio.h>
int main()
{
printf("Hello C++!\n");
}