1,
using system;
class fcs
{?
?public static int main()
{
?console.writeline("free is everybody target.");
?return 0;
}
}
2,
using system;
class hithere
{?static void main() {
?console.writeline("java is not only program throughout the world");
}
}
?