Guest User

Untitled

a guest
Jan 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. using System;
  2. using Alea;
  3.  
  4. namespace testGPUcsharp
  5. {
  6. class Program
  7. {
  8. static void Main(string[] args)
  9. {
  10. var gp = Gpu.Default;
  11. Console.WriteLine("Hello");
  12. Console.ReadLine();
  13. }
  14. }
Add Comment
Please, Sign In to add comment