#include <stdio.h>
int main()
{
printf("Hello, world!");
return 0;
}
#!/bin/sh
if [ -e /home/achouman/a.out ]; then
rm /home/achouman/a.out
fi
exit 0
#include <stdio.h>
int main()
{
printf("Hello, world!");
return 0;
}
#!/bin/sh
if [ -e /home/achouman/a.out ]; then
rm /home/achouman/a.out
fi
exit 0
class CodeBoxTester
{
public static void main(String[] args)
{
System.out.println("Hello, WP-CodeBox!");
}
}
#include
using namespace std;
int main()
{
cout << "Hello, WP!" << endl;
return 0;
}