]> iEval git - gruntmaster-daemon.git/blame - t/problems/hello/tests/cpp/prog.cpp
Add PHP
[gruntmaster-daemon.git] / t / problems / hello / tests / cpp / prog.cpp
CommitLineData
b8f7001a
MG
1#include<cstdio>
2
3int main(void){
4 puts("Hello World!");
5 return 0;
6}
This page took 0.022375 seconds and 4 git commands to generate.