oo-70-245-1

oo-70-245-1 Git Source Tree


Root/Powerpoint Examples/Powerpoint 1/p2-strings.cs

1
2
3
4
5
6
7
8
9
10
using System;
 
class P2 {
 
    static void Main()
    {
        string hi = "World";
        Console.WriteLine("Hello {0}", hi);
    }
}

Archive Download this file

Branches

Number of commits:
Page rendered in 0.10119s using 11 queries.