Advertisement
GAMELASTER

Untitled

Oct 11th, 2018
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. using System;
  2.  
  3. public class Program
  4. {
  5.     public static void Main(string[] args)
  6.     {
  7.         int a = int.Parse(Console.ReadLine());
  8.         int b = int.Parse(Console.ReadLine());
  9.         Console.WriteLine(a + b);
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement