git-workshop/participants/csy/practice.cc

7 lines
68 B
C++

#include <stdio>
int main()
{
printf("hello world!");
return 0;
}