Not a member of gistpad yet?
Sign Up,
it unlocks many cool features!
- using System;
- namespace project{
- class Program{
- static void Main(){
- Console.WriteLine("hello!")//тут я говорю привет;
- Console.WriteLine("I am Artfuritires!")//тут я говорю что я Artfuritires;
- Console.ReadLine();
- }
- }
- }
RAW Gist Data
Copied
